Changes between Initial Version and Version 1 of Ticket #139


Ignore:
Timestamp:
07/04/08 09:49:53 (16 years ago)
Author:
Malte Marquarding
Comment:

Hi,

please let me know where I can access the data file. What kind of observation is it?

Cheers, Malte

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #139

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

    initial v1  
    22
    33The error that it returns of a couple of files is
    4 
     4{{{
    55Traceback (most recent call last): File "<ipython console>", line 1, in ? File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 70, in __init__
    66
     
    88File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 1743, in _fill
    99
    10   r._read() [wiki:RuntimeError]: ArrayBase::Array(const IPosition&) - Negative shape
    11 We have also tried loading the files in with commands r = reader('2008-06-20_0425-P625.rpf') data = r.read()
     10  r._read() RuntimeError: ArrayBase::Array(const IPosition&) - Negative shape
     11}}}
     12We have also tried loading the files in with commands {{{r = reader('2008-06-20_0425-P625.rpf') data = r.read()}}}
    1213
    1314and get a similar error, as follows
    14 
     15{{{
    1516Traceback (most recent call last):
    1617
    1718  File "<ipython console>", line 1, in ? File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/asapreader.py", line 57, in read
    18     stfiller._read(self) [wiki:RuntimeError]: ArrayBase::Array(const IPosition&) - Negative shape
    19 
    20 if we then enter data = r.read() again it does it without error.
     19    stfiller._read(self) RuntimeError: ArrayBase::Array(const IPosition&) - Negative shape
     20}}}
     21if we then enter {{{data = r.read()}}} again it does it without error.
    2122
    2223We have also loaded the data into SPC without error. I can email one of the data files if you like?