Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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