Opened 17 years ago

Closed 17 years ago

#118 closed defect (fixed)

ASAP does not work properly at Narrabri

Reported by: p.tuthill@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.2
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

I have been trying to get ASAP running on Kaputar - with some help from Jurgen and Balt. However, so far I have not had success.

The basic program itself runs, and some functions work, but I cannot get it to recognize the command plotter. This is particularly weird as I have taken some care to copy all of Jurgen's setup files (.login, .asap directory etc).

The diagnostic of the problem is:

ASAP>s=scantable('2007-07-29_0956-M236.rpf') Auto averaging integrations Importing 2007-07-29_0956-M236.rpf...

ASAP>plotter.plot(s)


Traceback (most recent call last):

File "<ipython console>", line 1, in ?

NameError?: name 'plotter' is not defined

ASAP>

Any idea what I am doing wrong?

Peter Tuthill

Change History (2)

comment:1 Changed 17 years ago by Malte Marquarding

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

Is your DISPLAY set? Uf not asap will disable plotting!

Do

echo $DISPLAY

Also, Juergen's ~/.asaprc file may explicitly disbale the plotter. Look for an entry

useplotter: False

or similar

comment:2 Changed 17 years ago by Malte Marquarding

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.