public final class ITRFEquinoxProvider extends Object implements TransformProvider
Handles pole motion effects and depends on GTODProvider
, its parent frame.
Spin derivative is never computed and is either 0 or null. No analytical formula is available for spin derivative since data only provide pole correction without derivatives. Spin is also 0.
Frames configuration Pole correction is used.
Constructor and Description |
---|
ITRFEquinoxProvider()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date.
|
public ITRFEquinoxProvider() throws PatriusException
PatriusException
- if EOP parameters cannot be readpublic Transform getTransform(AbsoluteDate date) throws PatriusException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the datePatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config) throws PatriusException
The update considers the pole motion from IERS data.
Frames configuration Pole correction is used.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usePatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, boolean computeSpinDerivatives) throws PatriusException
The update considers the pole motion from IERS data.
Spin derivative is never computed and is either 0 or null. No analytical formula is available for spin derivative since data only provide pole correction without derivatives. Spin is also 0.
getTransform
in interface TransformProvider
date
- new value of the datecomputeSpinDerivatives
- not usedPatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config, boolean computeSpinDerivatives) throws PatriusException
The update considers the pole motion from IERS data.
Spin derivative is never computed and is either 0 or null. No analytical formula is available for spin derivative since data only provide pole correction without derivatives. Spin is also 0.
Frames configuration Pole correction is used.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usecomputeSpinDerivatives
- not usedPatriusException
- if the nutation model data embedded in the
library cannot be readCopyright © 2021 CNES. All rights reserved.