Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration | |
fr.cnes.sirius.patrius.frames.configuration.precessionnutation |
Modifier and Type | Method and Description |
---|---|
PrecessionNutationModel |
PrecessionNutation.getPrecessionNutationModel() |
Constructor and Description |
---|
PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IERS20032010PrecessionNutation
This class implement the IERS 2003 and 2010 Precession Nutation models.
|
class |
NoPrecessionNutation
In this model the CIP doesnt move.
|
class |
PrecessionNutationCache
Cache for precession nutation correction computation.
|
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_CONSTANT
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_DIRECT_NON_CONSTANT
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED_CONSTANT
IERS 2003 with interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED_NON_CONSTANT
IERS 2003 with interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_DIRECT_CONSTANT
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_DIRECT_NON_CONSTANT
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_CONSTANT
IERS 2010 with interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_NON_CONSTANT
IERS 2010 with interpolation.
|
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_STELA
Stela model.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PrecessionNutationModel |
PrecessionNutationPerThread.buildModel()
Factory method to create a model.
|
Constructor and Description |
---|
CIPCoordinatesGenerator(PrecessionNutationModel pnModel,
int interpolationPointsIn,
double spanIn)
Constructor.
|
PrecessionNutationCache(PrecessionNutationModel pnModel) |
PrecessionNutationCache(PrecessionNutationModel pnModel,
double span,
int interpolationPoints) |
Copyright © 2017 CNES. All rights reserved.