Opened 12 years ago
Last modified 12 years ago
#285 assigned defect
error in frequency frame conversion, old data, old script, new install.
Reported by: | emuller | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | normal | Milestone: | Unified development |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
Welcome to ASAP v4.0.0 (2011-10-05) - the ATNF Spectral Analysis Package
ASAP>from asap import * ASAP>file='2008-03-12_0932-M999.rpf' ASAP>s = scantable(file, average=True) Found ATMOPRA data. Auto averaging integrations Importing 2008-03-12_0932-M999.rpf... ASAP>print s
RuntimeError Traceback (most recent call last)
/Users/erik/<ipython console> in <module>()
/Library/Python/2.6/site-packages/asap-4.0.0-py2.6.egg/asap/scantable.pyc in str(self)
438 def str(self): 439 tempFile = tempfile.NamedTemporaryFile()
--> 440 Scantable._summary(self, tempFile.name)
441 tempFile.seek(0) 442 asaplog.clear()
RuntimeError: Couldn't convert frequency frame.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Have you looked at the installation instructions and FAQ and run asap_update_data
after the install.
Further to above: Error generated using previously successful script and data, with a new install of ASAP (where ASAP has not been installed before, but CASA has).
I'm using a mac, X 10.6.8. Version of ASAP seems to be v4, but ticket submission doesn't seem to have a facility to notify about versions this high...