Opened 15 years ago
Closed 13 years ago
#182 closed defect (fixed)
ASAP can't plot a file which was written by another asap script
Reported by: | Gary Fuller | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.4 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
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
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed now by the new release. Please confirm.