public final class CIRFProvider extends Object implements TransformProvider
This frame includes both precession and nutation effects according to the new IAU-2000 model. The single model replaces the two separate models used before: IAU-76 precession (Lieske) and IAU-80 theory of nutation (Wahr). It must be used with the Earth Rotation Angle (REA) defined by Capitaine's model and not IAU-82 sidereal time which is consistent with the previous models only.
Its parent frame is the GCRF frame.
Constructor and Description |
---|
CIRFProvider() |
Modifier and Type | Method and Description |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from GCRF to CIRF2000 at the specified date.
|
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from GCRF to CIRF2000 at the specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GCRF to CIRF2000 at the specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GCRF to CIRF2000 at the specified date.
|
public Transform getTransform(AbsoluteDate date, FramesConfiguration config) throws PatriusException
The transform considers the nutation and precession effects from IERS data.
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) throws PatriusException
The transform considers the nutation and precession effects 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, boolean computeSpinDerivatives) throws PatriusException
The transform considers the nutation and precession effects from IERS data.
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 transform considers the nutation and precession effects from IERS data.
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.