Opened 14 years ago

Closed 14 years ago

#185 closed question (fixed)

Problems after installing ASAP3.0.0

Reported by: Simon Ellingsen Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 3.0
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

I've just installed ASAP 3.0 under snowleopard, but am having some problems.

I am running OSX 10.6.3 on a Macbook Pro. The installation seemed to work well, I had to install matplotlib again using the instruction in the ASAP install README. I did the asap_data_update and as best I can tell it worked OK (I have new files in the Python/site-package/asap/data directory).

ASAP starts OK, I can load raw data, but I get errors when I try and use the scantable.summary() command or plotter.plot()

I have removed my .asap directory and restarted my machine, but the problem persists. I have tried datasets from Parkes, Mopra and Hobart, all give the same problem. The output below shows the problem.

Any suggestions much appreciated.

Loading ASAP...

Leopard libedit detected.

Welcome to ASAP v3.0.0 (2010-05-06) - the ATNF Spectral Analysis Package

Please report any bugs via: http://svn.atnf.csiro.au/trac/asap/simpleticket

[IMPORTANT: ASAP is 0-based] Type commands() to get a list of all available ASAP commands.

ASAP>data = scantable('2009-05-31_1901-M405.rpf') Auto averaging integrations Importing 2009-05-31_1901-M405.rpf... ASAP>data.summary() 2010-05-13 23:55:08 WARN MeasIERS::fillMeas(MeasIERS::Files, Double) (file measures/Measures/MeasIERS.cc, line 309) Requested data table IERSeop97 cannot be found in the searched directories: 2010-05-13 23:55:08 WARN MeasIERS::fillMeas(MeasIERS::Files, Double) (file measures/Measures/MeasIERS.cc, line 309)+ ./

... lots more similar messages and then at the end....


RuntimeError? Traceback (most recent call last)

/Volumes/My? Book/Data?/mopra/m405_7mm/<ipython console> in <module>()

/Library/Python?/2.6/site-packages/asap/scantable.py in summary(self, filename)

253 Default - no file output 254 """

--> 255 info = Scantable._summary(self, True)

256 if filename is not None: 257 if filename is "":

RuntimeError?: Couldn't convert frequency frame.

ASAP>

Change History (2)

comment:1 Changed 14 years ago by Malte Marquarding

Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

This seems a conflict of various python installations. Note that this is installer is for system python 2.6. If you have anything else in the PATH first it might cause problems.

I will try to set the path-to-interpreter explicitly in asap_update_data

comment:2 Changed 14 years ago by Malte Marquarding

Resolution: fixed
Status: assignedclosed

I have changed the asap_update_data to explicitly use /usr/bin/python2.6.

Note: See TracTickets for help on using tickets.