Commits

Takahiro Tsutsumi authored dfb8ee7bb0c
Clean up the code and add tests for web service error handling

casatasks/src/private/jplhorizons_query.py

Modified
6 6 from math import sqrt, sin, cos, log
7 7
8 8 from casatools import table, quanta, measures
9 9 from casatasks import casalog
10 10
11 11 _tb = table()
12 12 _qa = quanta()
13 13 _me = measures()
14 14
15 15 # debug
16 -debug = True
16 +debug = False
17 17
18 18 def gethorizonsephem(objectname, starttime, stoptime, incr, outtable, asis=False, rawdatafile=''):
19 19 """
20 20 Main driver function for ephemeris data query from JPL-Horizons
21 21 """
22 22
23 23 # commented ones are not currently supported in setjy
24 24 # Juno's table is exist in the data repo but not supported in setjy
25 25 asteroids = {'ceres': '1;',
26 26 'pallas': '2;',

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut