Changes between Initial Version and Version 1 of Ticket #181


Ignore:
Timestamp:
04/27/10 16:04:03 (14 years ago)
Author:
Malte Marquarding
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #181

    • Property Owner changed from Malte Marquarding to Malte Marquarding
    • Property Status changed from new to assigned
  • Ticket #181 – Description

    initial v1  
    11Code to demo bug:
     2{{{
    23    d = scantable('2010-03-24_1445_316p81-0p06.rpf')
    34
     
    1819    resp=scantable('blspec')
    1920    plotter.plot(resp)
    20         - works
    21 
     21}}}
     22works
    2223but
     24{{{
    2325    ifno=0
    2426    sel=selector()     
     
    2931    resp=scantable('only1IF')
    3032    plotter.plot(resp)
    31   --
     33}}}
    3234dies with  the message
     35{{{
    3336/usr/lib64/python2.6/site-packages/asap/asapplotter.py in _plot(self, scan)
    3437    765                     y = scan._getspectrum(r, polmodes[scan.getpol(r)])
     
    3942
    4043RuntimeError: Table DataManager error: Invalid operation: MSM: no array in row 0 of /local/home/gaf/DATA/Parkes/MMB_NH3/temp14634_856/table.f1
     44}}}