Changes between Initial Version and Version 1 of Ticket #139
- Timestamp:
- 07/04/08 09:49:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #139
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #139 – Description
initial v1 2 2 3 3 The error that it returns of a couple of files is 4 4 {{{ 5 5 Traceback (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__ 6 6 … … 8 8 File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 1743, in _fill 9 9 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 }}} 12 We have also tried loading the files in with commands {{{r = reader('2008-06-20_0425-P625.rpf') data = r.read()}}} 12 13 13 14 and get a similar error, as follows 14 15 {{{ 15 16 Traceback (most recent call last): 16 17 17 18 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 shape19 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 }}} 21 if we then enter {{{data = r.read()}}} again it does it without error. 21 22 22 23 We have also loaded the data into SPC without error. I can email one of the data files if you like?