use of org.orekit.frames.EOPHistory in project Orekit by CS-SI.
the class IERSConventionsTest method testSolidPoleTide1996FieldConsistency.
@Test
public void testSolidPoleTide1996FieldConsistency() throws OrekitException {
EOPHistory eopHistory = FramesFactory.getEOPHistory(IERSConventions.IERS_1996, false);
checkVectorFunctionConsistency(IERSConventions.IERS_1996.getSolidPoleTide(eopHistory), 2, AbsoluteDate.J2000_EPOCH.shiftedBy(-0.4 * Constants.JULIAN_DAY), 0.8 * Constants.JULIAN_DAY, 600.0, 10.0, 3.0e-25, 4.0e-26);
}
Aggregations