Opened 13 years ago
Closed 13 years ago
#253 closed defect (fixed)
ASAP cannot find tables
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 4.0 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: | vincent.mcintyre@… |
Description
I am running ASAP on kaputar to reduce Mopra single pointing data. When using plotter ASAP is unable to locate a number of tables it needs. (Full command history and error output are included at the bottom of this message.) I thought this might be the issue of out-of-date tables mentioned in the FAQ, so I ran asap_update_data, but got the following error:
kaputar-138% asap_update_data Traceback (most recent call last):
File "/usr/local/bin/asap_update_data", line 4, in <module>
import pkg_resources
ImportError: No module named pkg_resources
Not sure what the problem is or how to proceed. Advice welcome!
---
d = scantable(infile)
Found ATMOPRA data. Auto averaging integrations Importing 2011-10-02_1940-M187.rpf... ASAP>dq = d.auto_quotient() ASAP>plotter.plot(dq) WARN: Requested data table IERSeop97 cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ Cannot read IERS table IERSeop97 Calculations will proceed with lower precision WARN: Requested data table IERSpredict cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ Cannot read IERS table IERSpredict Calculations will proceed with lower precision No requested dUT1 data available from IERS tables. Proceeding with probably less precision. WARN: Requested data table TAI_UTC cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ SEVERE: Cannot read leap second table TAI_UTC WARN: Unable to convert between the input and output SpectralCoordinates this probably means one is in the REST frame which requires the radial velocity - this is not implemented yet WARN: Requested data table TAI_UTC cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ SEVERE: Cannot read leap second table TAI_UTC WARN: Unable to convert between the input and output SpectralCoordinates this probably means one is in the REST frame which requires the radial velocity - this is not implemented yet SEVERE: Couldn't convert frequency frame.
Change History (4)
follow-up: 3 comment:1 by , 13 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
I have just updated these tables on the Marsfield server. This will be replicated to kaputar tomorrow or you can ask Brett (Vince) to do this manually.
comment:3 by , 13 years ago
Replying to MalteMarquarding:
Vince,
could you please add 'python-setuptools' to the list of required debian packages so that kaputar/pictor get these.
Installed on kaputar/pictor.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Vince,
could you please add 'python-setuptools' to the list of required debian packages so that kaputar/pictor get these.
Cheers, Malte.