public final class FramesConfigurationFactory extends Object
Modifier and Type | Method and Description |
---|---|
static FramesConfiguration |
getIERS2003Configuration(boolean ignoreTides)
Gets the default IERS2003 configuration (always the same instance, not a new one).
|
static FramesConfiguration |
getIERS2010Configuration()
Gets the default IERS2010 configuration (always the same instance, not a new one).
|
static FramesConfiguration |
getSimpleConfiguration(boolean usePrecessionNutationModel)
Gets a simple configuration (always the same instance, not a new one).
|
static FramesConfiguration |
getStelaConfiguration()
Gets the official STELA configuration (always the same instance, not a new one).
|
public static FramesConfiguration getIERS2010Configuration()
public static FramesConfiguration getIERS2003Configuration(boolean ignoreTides)
ignoreTides
- tides if tides are to be ignored, false otherwisepublic static FramesConfiguration getStelaConfiguration()
public static FramesConfiguration getSimpleConfiguration(boolean usePrecessionNutationModel)
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_NON_CONSTANT
without use of EOP data.
This configuration is useful if you don't want to provide or don't have EOP data while keeping good model
accuracy.
Particularly this configuration always returns TIRF = ITRF.usePrecessionNutationModel
- true if default IERS precession-nutation model should be used (without any need
for additional data), false if no precession-nutation model shall be used (in this case CIRF frame = GCRF
frame)Copyright © 2021 CNES. All rights reserved.