Opened 14 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 Changed 14 years ago by Malte Marquarding

Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

This should be fixed now by the new release. Please confirm.

comment:2 Changed 13 years ago by Malte Marquarding

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.