|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.tides.IERS2003TidalCorrection
public class IERS2003TidalCorrection
Compute tidal correction to the pole motion.
This class computes the diurnal and semidiurnal variations in the Earth orientation. It is a java translation of the fortran subroutine found at ftp://tai.bipm.org/iers/conv2003/chapter8/ortho_eop.f.
This class has been adapted from the TidalCorrection Orekit class.
Constructor Summary | |
---|---|
IERS2003TidalCorrection()
Simple constructor. |
Method Summary | |
---|---|
protected TidalCorrection |
computeCorrections(AbsoluteDate date)
Compute the partials of the tidal variations to the orthoweights. |
double |
getLODCorrection(AbsoluteDate t)
Get length of day correction. |
FrameConvention |
getOrigin()
Get IERS model origin. |
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Compute the pole corrections at a given date. |
double |
getUT1Correction(AbsoluteDate date)
Compute the UT1-TAI corrections at a given date. |
boolean |
isDirect()
Returns true if model uses direct computation, false if interpolated computation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IERS2003TidalCorrection()
Method Detail |
---|
protected TidalCorrection computeCorrections(AbsoluteDate date)
date
- date at which corrections are to be computed
PoleCorrection
and a double for the time gap correctionpublic PoleCorrection getPoleCorrection(AbsoluteDate date)
getPoleCorrection
in interface TidalCorrectionModel
date
- date
public double getUT1Correction(AbsoluteDate date)
getUT1Correction
in interface TidalCorrectionModel
date
- date
public double getLODCorrection(AbsoluteDate t)
getLODCorrection
in interface TidalCorrectionModel
t
- date
public FrameConvention getOrigin()
getOrigin
in interface TidalCorrectionModel
public boolean isDirect()
isDirect
in interface TidalCorrectionModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |