Skip to content
Snippets Groups Projects
Commit ac9e9252 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed missing configuration data for SRP test.

parent 23281eac
No related branches found
No related tags found
No related merge requests found
......@@ -775,12 +775,7 @@ public class SolarRadiationPressureTest extends AbstractLegacyForceModelTest {
@Test
public void testMoonEclipse() {
// Configure Orekit
final File home = new File(System.getProperty("user.home"));
final File orekitData = new File(home, "orekit-data");
final DataProvidersManager manager = DataContext.getDefault().getDataProvidersManager();
manager.addProvider(new DirectoryCrawler(orekitData));
Utils.setDataRoot("2007");
final ExtendedPVCoordinatesProvider sun = CelestialBodyFactory.getSun();
final ExtendedPVCoordinatesProvider moon = CelestialBodyFactory.getMoon();
final Frame GCRF = FramesFactory.getGCRF();
......
The files in this directory are test files only.
They should NOT be used for anything but test purposes.
The Chebyshev coefficients are real ones extracted from the official
JPL DE 440 ephemerides, but the headers have been
edited and the files have been truncated for test purposes.
The files ranges are as follows:
file name start epoch end epoch
unxp0007.440 2006-12-27T00:00:00.000 (TDB) 2008-01-15T00:00:00.000 (TDB)
The original files can be found on the JPL FTP server:
ftp://ssd.jpl.nasa.gov/pub/eph/planets/Linux/de440/
This diff is collapsed.
# Configuration file for ITRF versions read from EOP files
#
# configuration entries have the following form:
# eop-file-prefix start-of-validity end-of-validity ITRF-version
# where:
# eop-file-prefix
# start of the file name that the EOP file should match
# start-of-validity
# calendar date in the format yyyy-mm-dd, or a string of --- to denote past infinity
# this dater is considered INCLUDED in the validity range
# end-of-validity
# calendar date in the format yyyy-mm-dd, or a string of --- to denote past infinity
# this dater is considered EXCLUDED from the validity range
# ITRF-version
# a supported ITRF version in the form ITRF-yy or ITRF-yyyy
#
# empty lines or lines with '#' as their first non-blank character are ignored
# Files are matched against the lines in this file in the order they appear here, so more
# general prefixes should appear later in the file.
# EOP C04 file have the ITRF version embedded in the file name
eopc04_05. ------ ------ ITRF-2005
eopc04_05_IAU2000. ------ ------ ITRF-2005
eopc04_08. ------ ------ ITRF-2008
eopc04_08_IAU2000. ------ ------ ITRF-2008
eopc04_14. ------ ------ ITRF-2014
eopc04_14_IAU2000. ------ ------ ITRF-2014
# Bulletin A files switches between different version of ITRF have been
# extracted from from ftp://maia.usno.navy.mil/ser7/archive.notes
# the switch dates correspond to the first day of the rapid service data
# for the bulletin A that adopted the change, which is exactly 6 days earlier
bulletina- ------ 2007-02-02 ITRF-2000
bulletina- 2007-02-02 2011-01-28 ITRF-2005
bulletina- 2011-01-28 2018-03-23 ITRF-2008
bulletina- 2018-03-23 ----- ITRF-2014
# old Bulletin B still used ITRF 2005 (probably)
bulletinb_IAU1980- ------ ------ ITRF-2005
bulletinb_IAU2000- ------ ------ ITRF-2005
# According to Bulletins B 276 to 361, ITRF-2008 was adopted starting 2011-02-01
# According to Bulletins B 352 and later, ITRF-2014 was adopted starting 2017-03-01
bulletinb- ------ 2011-02-01 ITRF-2005
bulletinb- 2011-02-01 2018-03-01 ITRF-2008
bulletinb- 2018-03-01 ------ ITRF-2014
bulletinb. ------ 2011-02-01 ITRF-2005
bulletinb. 2011-02-01 2017-03-01 ITRF-2008
bulletinb. 2017-03-01 ------ ITRF-2014
# rapid data file contain Bulletin A and Bulletin B
# and Orekit extract the Bulletin A part, so we use a similar configuration
finals. ------ 2007-02-02 ITRF-2000
finals. 2007-02-02 2011-01-28 ITRF-2005
finals. 2011-01-28 2018-03-23 ITRF-2008
finals. 2018-03-23 ----- ITRF-2014
finals2000A. ------ 2007-02-02 ITRF-2000
finals2000A. 2007-02-02 2011-01-28 ITRF-2005
finals2000A. 2011-01-28 2018-03-23 ITRF-2008
finals2000A. 2018-03-23 ----- ITRF-2014
1961 JAN 1 =JD 2437300.5 TAI-UTC= 1.4228180 S + (MJD - 37300.) X 0.001296 S
1961 AUG 1 =JD 2437512.5 TAI-UTC= 1.3728180 S + (MJD - 37300.) X 0.001296 S
1962 JAN 1 =JD 2437665.5 TAI-UTC= 1.8458580 S + (MJD - 37665.) X 0.0011232S
1963 NOV 1 =JD 2438334.5 TAI-UTC= 1.9458580 S + (MJD - 37665.) X 0.0011232S
1964 JAN 1 =JD 2438395.5 TAI-UTC= 3.2401300 S + (MJD - 38761.) X 0.001296 S
1964 APR 1 =JD 2438486.5 TAI-UTC= 3.3401300 S + (MJD - 38761.) X 0.001296 S
1964 SEP 1 =JD 2438639.5 TAI-UTC= 3.4401300 S + (MJD - 38761.) X 0.001296 S
1965 JAN 1 =JD 2438761.5 TAI-UTC= 3.5401300 S + (MJD - 38761.) X 0.001296 S
1965 MAR 1 =JD 2438820.5 TAI-UTC= 3.6401300 S + (MJD - 38761.) X 0.001296 S
1965 JUL 1 =JD 2438942.5 TAI-UTC= 3.7401300 S + (MJD - 38761.) X 0.001296 S
1965 SEP 1 =JD 2439004.5 TAI-UTC= 3.8401300 S + (MJD - 38761.) X 0.001296 S
1966 JAN 1 =JD 2439126.5 TAI-UTC= 4.3131700 S + (MJD - 39126.) X 0.002592 S
1968 FEB 1 =JD 2439887.5 TAI-UTC= 4.2131700 S + (MJD - 39126.) X 0.002592 S
1972 JAN 1 =JD 2441317.5 TAI-UTC= 10.0 S + (MJD - 41317.) X 0.0 S
1972 JUL 1 =JD 2441499.5 TAI-UTC= 11.0 S + (MJD - 41317.) X 0.0 S
1973 JAN 1 =JD 2441683.5 TAI-UTC= 12.0 S + (MJD - 41317.) X 0.0 S
1974 JAN 1 =JD 2442048.5 TAI-UTC= 13.0 S + (MJD - 41317.) X 0.0 S
1975 JAN 1 =JD 2442413.5 TAI-UTC= 14.0 S + (MJD - 41317.) X 0.0 S
1976 JAN 1 =JD 2442778.5 TAI-UTC= 15.0 S + (MJD - 41317.) X 0.0 S
1977 JAN 1 =JD 2443144.5 TAI-UTC= 16.0 S + (MJD - 41317.) X 0.0 S
1978 JAN 1 =JD 2443509.5 TAI-UTC= 17.0 S + (MJD - 41317.) X 0.0 S
1979 JAN 1 =JD 2443874.5 TAI-UTC= 18.0 S + (MJD - 41317.) X 0.0 S
1980 JAN 1 =JD 2444239.5 TAI-UTC= 19.0 S + (MJD - 41317.) X 0.0 S
1981 JUL 1 =JD 2444786.5 TAI-UTC= 20.0 S + (MJD - 41317.) X 0.0 S
1982 JUL 1 =JD 2445151.5 TAI-UTC= 21.0 S + (MJD - 41317.) X 0.0 S
1983 JUL 1 =JD 2445516.5 TAI-UTC= 22.0 S + (MJD - 41317.) X 0.0 S
1985 JUL 1 =JD 2446247.5 TAI-UTC= 23.0 S + (MJD - 41317.) X 0.0 S
1988 JAN 1 =JD 2447161.5 TAI-UTC= 24.0 S + (MJD - 41317.) X 0.0 S
1990 JAN 1 =JD 2447892.5 TAI-UTC= 25.0 S + (MJD - 41317.) X 0.0 S
1991 JAN 1 =JD 2448257.5 TAI-UTC= 26.0 S + (MJD - 41317.) X 0.0 S
1992 JUL 1 =JD 2448804.5 TAI-UTC= 27.0 S + (MJD - 41317.) X 0.0 S
1993 JUL 1 =JD 2449169.5 TAI-UTC= 28.0 S + (MJD - 41317.) X 0.0 S
1994 JUL 1 =JD 2449534.5 TAI-UTC= 29.0 S + (MJD - 41317.) X 0.0 S
1996 JAN 1 =JD 2450083.5 TAI-UTC= 30.0 S + (MJD - 41317.) X 0.0 S
1997 JUL 1 =JD 2450630.5 TAI-UTC= 31.0 S + (MJD - 41317.) X 0.0 S
1999 JAN 1 =JD 2451179.5 TAI-UTC= 32.0 S + (MJD - 41317.) X 0.0 S
2006 JAN 1 =JD 2453736.5 TAI-UTC= 33.0 S + (MJD - 41317.) X 0.0 S
2009 JAN 1 =JD 2454832.5 TAI-UTC= 34.0 S + (MJD - 41317.) X 0.0 S
2012 JUL 1 =JD 2456109.5 TAI-UTC= 35.0 S + (MJD - 41317.) X 0.0 S
2015 JUL 1 =JD 2457204.5 TAI-UTC= 36.0 S + (MJD - 41317.) X 0.0 S
2017 JAN 1 =JD 2457754.5 TAI-UTC= 37.0 S + (MJD - 41317.) X 0.0 S
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment