public interface FramesConfiguration extends Serializable
Modifier and Type | Method and Description |
---|---|
double[] |
getCIPMotion(AbsoluteDate date)
Compute the corrected Celestial Intermediate Pole motion (X, Y, S) in the GCRS.
|
double[] |
getCIPMotionTimeDerivative(AbsoluteDate date)
Compute the time derivative Celestial Intermediate Pole motion in the GCRS.
|
DiurnalRotation |
getDiurnalRotationModel()
Get the diurnal rotation model.
|
EOPHistory |
getEOPHistory()
Get the EOP history.
|
EOPInterpolators |
getEOPInterpolationMethod()
Return the EOP interpolation method.
|
double[] |
getPolarMotion(AbsoluteDate date)
Compute corrected polar motion.
|
PolarMotion |
getPolarMotionModel()
Get the polar motion model.
|
PrecessionNutation |
getPrecessionNutationModel()
Get the precession nutation model.
|
double |
getSprime(AbsoluteDate date)
Compute S' value.
|
AbsoluteDateInterval |
getTimeIntervalOfValidity()
Time interval of validity for the EOP files.
|
double |
getUT1Correction(AbsoluteDate date)
Compute correction dut1.
|
double |
getUT1MinusTAI(AbsoluteDate date)
Compute corrected ut1-tai.
|
double[] getPolarMotion(AbsoluteDate date) throws PatriusException
date
- date for which one the polar motion is computedPatriusException
- when an Orekit error occursdouble getSprime(AbsoluteDate date)
date
- date for which one S prime is computeddouble getUT1MinusTAI(AbsoluteDate date)
date
- date for which one the ut1-tai is computed.double getUT1Correction(AbsoluteDate date)
date
- date for which the correction is computed.double[] getCIPMotion(AbsoluteDate date)
date
- date for which one the CIP motion is computed.double[] getCIPMotionTimeDerivative(AbsoluteDate date)
date
- date for which one the time derivative CIP motion is computed.EOPInterpolators getEOPInterpolationMethod()
AbsoluteDateInterval getTimeIntervalOfValidity()
AbsoluteDateInterval
EOPHistory getEOPHistory()
PolarMotion getPolarMotionModel()
DiurnalRotation getDiurnalRotationModel()
PrecessionNutation getPrecessionNutationModel()
Copyright © 2020 CNES. All rights reserved.