Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration.precessionnutation |
Modifier and Type | Class and Description |
---|---|
class |
IERS20032010PrecessionNutation
This class implement the IERS 2003 and 2010 CIRF Precession Nutation models.
|
class |
NoPrecessionNutation
In this model the CIP doesn't move.
|
class |
PrecessionNutationCache
Deprecated.
since 4.13 as the precession nutation corrections cache management is deported in the
PrecessionNutationInterpolation class which uses a more efficient
TimeStampedInterpolableEphemeris cache system. |
class |
PrecessionNutationInterpolation
Precession nutation correction computation through an interpolation process.
|
class |
PrecessionNutationPerThread
Provides per-thread PrecessionNutationCorrectionModel.
|
class |
StelaPrecessionNutationModel
STELA specific precession/nutation model.
|
Modifier and Type | Field and Description |
---|---|
static PrecessionNutationModel |
PrecessionNutationModelFactory.NO_PN
No precession Nutation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_DIRECT
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED
IERS 2003 with interpolation.
The cache is shared by all threads (still, this is thread-safe). |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED_BY_THREAD
IERS 2003 with interpolation.
The cache is specific for each thread. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_DIRECT
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED
IERS 2010 with interpolation.
The cache is shared by all threads (still, this is thread-safe). |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_BY_THREAD
IERS 2010 with interpolation.
The cache is specific for each thread. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_STELA
Stela model.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PrecessionNutationModel |
PrecessionNutationPerThread.buildModel()
Factory method to create a model.
|
PrecessionNutationModel |
PrecessionNutationInterpolation.getModel()
Getter for the internal precession nutation model.
|
PrecessionNutationModel |
PrecessionNutation.getPrecessionNutationModel() |
Constructor and Description |
---|
CIPCoordinatesGenerator(PrecessionNutationModel pnModel,
int interpolationPointsIn,
double spanIn)
Constructor.
|
PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
Constructor.
|
PrecessionNutationCache(PrecessionNutationModel pnModel)
Deprecated.
since 4.13 as the precession nutation corrections cache management is deported in the
PrecessionNutationInterpolation class which uses a more efficient
TimeStampedInterpolableEphemeris cache system. |
PrecessionNutationCache(PrecessionNutationModel pnModel,
double span,
int interpolationPoints)
Deprecated.
since 4.13 as the precession nutation corrections cache management is deported in the
PrecessionNutationInterpolation class which uses a more efficient
TimeStampedInterpolableEphemeris cache system. |
PrecessionNutationInterpolation(PrecessionNutationModel pnModel)
Simple constructor with default values.
|
PrecessionNutationInterpolation(PrecessionNutationModel pnModel,
int interpolationStep,
int interpolationOrder,
int ephemerisMaxSize,
int allowedExtensionBeforeEphemerisReset)
Main constructor.
|
Copyright © 2023 CNES. All rights reserved.