Package | Description |
---|---|
fr.cnes.sirius.patrius.models.earth | |
fr.cnes.sirius.patrius.wrenches |
Modifier and Type | Method and Description |
---|---|
static GeoMagneticField |
GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type,
AbsoluteDate year)
Get the
GeoMagneticField for the given model type and year. |
static GeoMagneticField |
GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type,
double year)
Get the
GeoMagneticField for the given model type and year. |
static GeoMagneticField |
GeoMagneticFieldFactory.getIGRF(AbsoluteDate year)
Get the IGRF model for the given year.
|
static GeoMagneticField |
GeoMagneticFieldFactory.getIGRF(double year)
Get the IGRF model for the given year.
|
static GeoMagneticField |
GeoMagneticFieldFactory.getWMM(AbsoluteDate year)
Get the WMM model for the given year.
|
static GeoMagneticField |
GeoMagneticFieldFactory.getWMM(double year)
Get the WMM model for the given year.
|
GeoMagneticField |
GeoMagneticField.transformModel(double year)
Time transform the model coefficients from the base year of the model
using secular variation coefficients.
|
GeoMagneticField |
GeoMagneticField.transformModel(GeoMagneticField otherModel,
double year)
Time transform the model coefficients from the base year of the model
using a linear interpolation with a second model.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeoMagneticField> |
GeoMagneticDataProvider.getModels()
Returns a
Collection of GeoMagneticField models. |
Collection<GeoMagneticField> |
GeoMagneticModelReader.getModels()
Returns a
Collection of the GeoMagneticField models that
have been successfully loaded. |
Modifier and Type | Method and Description |
---|---|
protected void |
GeoMagneticModelReader.add(GeoMagneticField model)
Add a
GeoMagneticField to the models list. |
GeoMagneticField |
GeoMagneticField.transformModel(GeoMagneticField otherModel,
double year)
Time transform the model coefficients from the base year of the model
using a linear interpolation with a second model.
|
Constructor and Description |
---|
MagneticWrench(MagneticMomentProvider moment,
GeoMagneticField field)
Constructor
|
Copyright © 2023 CNES. All rights reserved.