Opened 17 years ago
Closed 17 years ago
#122 closed defect (duplicate)
can't process multiple files.
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.2 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
using an array variable to process multiple mopra broadband observation data files on Kaputar with asap (and asap-trunk):
1:myfiles=('/DATA/KAPUTAR_3/mopra/MOPSarchive/2007-09-07_1644-M239.rpf','/DATA/KAPUTAR_3/mopra/MOPSarchive/2007-09-07_1722-M239.rpf') 2:a=scantable(myfiles) 3:q=a.auto_quotient()
returns:
Traceback (most recent call last):
File "<ipython console>", line 1, in ? File "/usr/local/lib/python2.3/site-packages/asap/scantable.py", line 1504, in auto_quotient
self.set_selection(sel)
File "/usr/local/lib/python2.3/site-packages/asap/scantable.py", line 300, in set_selection
self._setselection(selection)
RuntimeError: Selection contains no data. Not applying it.
This is the same error again (ticket:112)
See
AsapFaq