Opened 13 years ago
Closed 13 years ago
#254 closed defect (feedback)
RuntimeError: Couldn't convert frequency frame.
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | Unified development |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
ASAP>s = scantable(file, average=True) Found ATMOPRA data. Auto averaging integrations Importing MOPS.rpf...
ASAP>print s
RuntimeError Traceback (most recent call last)
/home/jose/<ipython console> in <module>()
/usr/lib/pymodules/python2.7/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.
Note:
See TracTickets
for help on using tickets.
You need to run 'sudo asap_update_data'
This will install the required leap second tables.