public interface FramesConfiguration extends Serializable
Modifier and Type | Method and Description |
---|---|
CIPCoordinates |
getCIPCoordinates(AbsoluteDate date)
Compute the corrected Celestial Intermediate Pole motion (X, Y, S, Xdot, Ydot, Sdot) in the GCRS.
|
PrecessionNutation |
getCIRFPrecessionNutationModel()
Get the CIRF precession nutation model.
|
DiurnalRotation |
getDiurnalRotationModel()
Get the diurnal rotation model.
|
double |
getEarthObliquity(AbsoluteDate date)
Getter for the Earth obliquity at provided date used in MOD to Ecliptic MOD transformation.
|
EOPHistory |
getEOPHistory()
Get the EOP history.
|
EOPInterpolators |
getEOPInterpolationMethod()
Return the EOP interpolation method.
|
Rotation |
getMODPrecession(AbsoluteDate date)
Getter for the MOD precession transformation from GCRF/EME2000 to MOD at provided date.
|
MODPrecessionModel |
getMODPrecessionModel()
Get the MOD precession model.
|
PoleCorrection |
getPolarMotion(AbsoluteDate date)
Compute corrected polar motion.
|
PolarMotion |
getPolarMotionModel()
Get the polar motion 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.
|
PoleCorrection 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.CIPCoordinates getCIPCoordinates(AbsoluteDate date)
date
- date for which one the CIP motion is computed.double getEarthObliquity(AbsoluteDate date)
date
- dateRotation getMODPrecession(AbsoluteDate date)
date
- dateEOPInterpolators getEOPInterpolationMethod()
AbsoluteDateInterval getTimeIntervalOfValidity()
AbsoluteDateInterval
EOPHistory getEOPHistory()
PolarMotion getPolarMotionModel()
DiurnalRotation getDiurnalRotationModel()
PrecessionNutation getCIRFPrecessionNutationModel()
MODPrecessionModel getMODPrecessionModel()
Copyright © 2024 CNES. All rights reserved.