Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#182 fixed ASAP can't plot a file which was written by another asap script Malte Marquarding Gary Fuller
Description

ASAP can't plot a file which was written by another asap script (The script and test data can be found in subdir Test in my home directory,

-- /p/ful086/Test)

ASAP>from proc_nh3 import * ASAP>sp1=procscan('2010-03-24_1426_305p362+0p185.rpf',vlsr=-40)

--- this writes out several files including 305p362+0p185_t2

ASAP>sp3=scantable('305p362+0p185_t2') ASAP>plotter.plot(sp3)


Traceback (most recent call last):

File "<ipython console>", line 1, in ? File

"/usr/local/lib/python2.4/site-packages/asap/asapplotter.py", line 94, in plot

self._plot(self._data)

File

"/usr/local/lib/python2.4/site-packages/asap/asapplotter.py", line 652, in _plot

y = scan._getspectrum(r)

RuntimeError?: Table DataManager? error: Invalid operation: MSM: no array in row 0 of /p/ful086/Test/temp14083_903/table.f1

This works on the version of ASAP on my laptop.

Gary

#253 fixed ASAP cannot find tables Malte Marquarding joanne.dawson@…
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.

#118 fixed ASAP does not work properly at Narrabri Malte Marquarding p.tuthill@…
Description

I have been trying to get ASAP running on Kaputar - with some help from Jurgen and Balt. However, so far I have not had success.

The basic program itself runs, and some functions work, but I cannot get it to recognize the command plotter. This is particularly weird as I have taken some care to copy all of Jurgen's setup files (.login, .asap directory etc).

The diagnostic of the problem is:

ASAP>s=scantable('2007-07-29_0956-M236.rpf') Auto averaging integrations Importing 2007-07-29_0956-M236.rpf...

ASAP>plotter.plot(s)


Traceback (most recent call last):

File "<ipython console>", line 1, in ?

NameError?: name 'plotter' is not defined

ASAP>

Any idea what I am doing wrong?

Peter Tuthill

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.