Changes between Initial Version and Version 1 of Ticket #181
- Timestamp:
- 04/27/10 16:04:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #181
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #181 – Description
initial v1 1 1 Code to demo bug: 2 {{{ 2 3 d = scantable('2010-03-24_1445_316p81-0p06.rpf') 3 4 … … 18 19 resp=scantable('blspec') 19 20 plotter.plot(resp) 20 - works 21 21 }}} 22 works 22 23 but 24 {{{ 23 25 ifno=0 24 26 sel=selector() … … 29 31 resp=scantable('only1IF') 30 32 plotter.plot(resp) 31 -- 33 }}} 32 34 dies with the message 35 {{{ 33 36 /usr/lib64/python2.6/site-packages/asap/asapplotter.py in _plot(self, scan) 34 37 765 y = scan._getspectrum(r, polmodes[scan.getpol(r)]) … … 39 42 40 43 RuntimeError: Table DataManager error: Invalid operation: MSM: no array in row 0 of /local/home/gaf/DATA/Parkes/MMB_NH3/temp14634_856/table.f1 44 }}}