Add names for timescales now included in DE430

This commit is contained in:
Brandon Rhodes 2015-10-19 09:35:06 -04:00
parent a8bd0df3f4
commit f340ca5a1d
1 changed files with 4 additions and 0 deletions

View File

@ -593,6 +593,10 @@ target_name_pairs = [
(399064, 'DSS-64'),
(399065, 'DSS-65'),
(399066, 'DSS-66'),
# ftp://ssd.jpl.nasa.gov/pub/eph/planets/bsp/README.txt
(1000000000, 'TDB'),
(1000000001, 'TT'),
]
target_names = dict(target_name_pairs)