public class PrecessionNutation extends Object implements Serializable
FramesConfigurationImplementation class.| Constructor and Description |
|---|
PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCIPMotion(AbsoluteDate date)
Compute the CIP pole coordinates at given date.
|
double[] |
getCIPMotionTimeDerivative(AbsoluteDate date)
Compute the CIP pole coordinate derivatives at given date.
|
PrecessionNutationModel |
getPrecessionNutationModel() |
boolean |
useEopData()
Use EOP data for nutation correction.
|
public PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
useEopData - true if nutation corrections from EOP data are to be used, false otherwise.iersPrecessionNutation - model of precession nutation to use.public double[] getCIPMotion(AbsoluteDate date)
date - date at which to compute CIP coordinatespublic double[] getCIPMotionTimeDerivative(AbsoluteDate date)
date - date at which to compute CIP coordinate derivativespublic boolean useEopData()
public PrecessionNutationModel getPrecessionNutationModel()
Copyright © 2021 CNES. All rights reserved.