use of org.orekit.time.UT1Scale in project Orekit by CS-SI.
the class IERSConventionsTest method testGMSTRate1996.
@Test
public void testGMSTRate1996() throws OrekitException {
final UT1Scale ut1 = TimeScalesFactory.getUT1(IERSConventions.IERS_1996, true);
checkGMSTRate(IERSConventions.IERS_1996.getGMSTFunction(ut1), IERSConventions.IERS_1996.getGMSTRateFunction(ut1), AbsoluteDate.J2000_EPOCH.shiftedBy(-0.4 * Constants.JULIAN_DAY), 0.8 * Constants.JULIAN_DAY, 600.0, 10.0, 8.0e-13);
}
Aggregations