Go to the documentation of this file.00001 """
00002 A package for requesting ephemerides of Solar System objects from
00003 JPL-Horizons, and, after the results arrive by email, installing
00004 them as CASA tables in
00005 os.getenv('CASAPATH').split()[0] + '/data/ephemerides/JPL-Horizons/'.
00006
00007 There are two modules:
00008 request - Requests one or more ephemerides from JPL-Horizons by batch email.
00009 It also contains some lists of asteroids, moons, and planets, and
00010 functions (list_asteroids() and list_moons()) to pretty print them.
00011
00012 JPLephem_reader - Converts ASCII ephemerides from JPL-Horizons into CASA
00013 tables and installs them where casapy can find them.
00014 """
00015
00016 import request, JPLephem_reader