public final class TerrestrialTidesDataProvider extends Object implements ITerrestrialTidesDataProvider
Terrestrial tides parameters given by the IERS 2003 standard.
Constructor and Description |
---|
TerrestrialTidesDataProvider()
Simple constructor.
|
TerrestrialTidesDataProvider(TidesStandards.TidesStandard tideStandard)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAnelasticityCorrectionLoveNumber2()
Get second degree Love number for the third body perturbation.
|
double[] |
getAnelasticityCorrectionLoveNumber3()
Get third degree Love number for the third body perturbation.
|
double[] |
getDoodsonNumbers()
Get the Doodson numbers used by the standard.
|
double[] |
getEllipticityCorrectionLoveNumber2()
Get second degree Love number for the ellipticity perturbation.
|
double[][] |
getFrequencyCorrection()
Get the frequency corrections as a table of Love number corrections associated to a Doodson number i.e. a wave.
|
double[][] |
getNutationCoefficients()
Get constant coefficients coming from the luni solar nutation theory in order to compute the fundamental
arguments.
|
TidesStandards.TidesStandard |
getStandard() |
public TerrestrialTidesDataProvider() throws PatriusException
PatriusException
- thrown if standard is different from IERS 2003public TerrestrialTidesDataProvider(TidesStandards.TidesStandard tideStandard) throws PatriusException
tideStandard
- the tide standardPatriusException
- thrown if standard is different from IERS 2003public double[] getAnelasticityCorrectionLoveNumber2()
getAnelasticityCorrectionLoveNumber2
in interface ITerrestrialTidesDataProvider
public double[] getAnelasticityCorrectionLoveNumber3()
getAnelasticityCorrectionLoveNumber3
in interface ITerrestrialTidesDataProvider
public double[] getEllipticityCorrectionLoveNumber2()
getEllipticityCorrectionLoveNumber2
in interface ITerrestrialTidesDataProvider
public double[][] getFrequencyCorrection()
getFrequencyCorrection
in interface ITerrestrialTidesDataProvider
public double[][] getNutationCoefficients()
getNutationCoefficients
in interface ITerrestrialTidesDataProvider
public double[] getDoodsonNumbers()
getDoodsonNumbers
in interface ITerrestrialTidesDataProvider
public TidesStandards.TidesStandard getStandard()
getStandard
in interface ITerrestrialTidesDataProvider
Copyright © 2020 CNES. All rights reserved.