public final class ReferencePointsDisplacement extends Object
Computes the displacement of reference points due to the effect of the solid Earth tides.
| Modifier and Type | Method and Description |
|---|---|
static Vector3D |
solidEarthTidesCorrections(AbsoluteDate date,
Vector3D point,
Vector3D sun,
Vector3D moon)
Computes the displacement of reference points due to the effect of the solid Earth tides.
|
public static Vector3D solidEarthTidesCorrections(AbsoluteDate date, Vector3D point, Vector3D sun, Vector3D moon) throws PatriusException
See IERS conventions 2010, chapter 7, section 7.1.1 "Effects of the solid Earth tides" ftp://tai.bipm.org/iers/conv2010/chapter7/tn36_c7.pdf
date - date of computation in UTCpoint - geocentric position of the point (in ITRF Frame)sun - geocentric position of the sun (in ITRF Frame)moon - geocentric position of the moon (in ITRF Frame)PatriusException - if some data cannot be read or if some
file content is corruptedCopyright © 2017 CNES. All rights reserved.