fr.cnes.sirius.patrius.stela.bodies
Class EarthRotation

java.lang.Object
  extended by fr.cnes.sirius.patrius.stela.bodies.EarthRotation

public final class EarthRotation
extends Object

This class represents the Earth rotation.
It is used to compute the Earth rotation rate when computing the atmospheric drag acceleration.

Since:
1.3
Version:
$Id: EarthRotation.java 17584 2017-05-10 13:26:39Z bignon $
Author:
Vincent Ruch, Tiziana Sabatini, Emmanuel Bignon
See Also:
StelaAeroModel
Concurrency :
immutable

Method Summary
static double getEarthRotationRate(AbsoluteDate date)
          Deprecated. 
static double getERA(AbsoluteDate date)
          Compute the Earth Rotation Angle (ERA) using Capitaine model (2000).
static double getERADerivative(AbsoluteDate date)
          Compute the Earth Rotation Angle (ERA) derivative.
static double getGMST(AbsoluteDate date)
          Compute Greenwich Mean Sideral Time.
static double getGMSTDerivative(AbsoluteDate date)
          Compute Greenwich Mean Sideral Time derivative.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGMST

public static double getGMST(AbsoluteDate date)
Compute Greenwich Mean Sideral Time.

Parameters:
date - a date
Returns:
Greenwich Mean Sideral Time (rad)

getGMSTDerivative

public static double getGMSTDerivative(AbsoluteDate date)
Compute Greenwich Mean Sideral Time derivative.

Parameters:
date - a date
Returns:
Greenwich Mean Sideral Time derivative (rad/s)

getERA

public static double getERA(AbsoluteDate date)
Compute the Earth Rotation Angle (ERA) using Capitaine model (2000).

Parameters:
date - a date
Returns:
Earth Rotation Angle (rad)

getERADerivative

public static double getERADerivative(AbsoluteDate date)
Compute the Earth Rotation Angle (ERA) derivative.

Parameters:
date - a date
Returns:
the Earth Rotation Angle derivative (rad/s)

getEarthRotationRate

@Deprecated
public static double getEarthRotationRate(AbsoluteDate date)
Deprecated. 

Compute the Earth rotation rate. This method is ambiguous and has been therefore deprecated. It's equivalent to new method getGMSTDerivative(AbsoluteDate).

Parameters:
date - a date
Returns:
the Earth rotation rate (rad/s)


Copyright © 2017 CNES. All Rights Reserved.