Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 241)

Ticket Owner Reporter Resolution Summary
#76 Chris Phillips Simon.Ellingsen@… wontfix FC3 binary for ASAP 2.1 doesn't work for me
Description

I've installed the ASAP 2.1 binary for FC3, but it doesn't work properly for me (FC3 system). The install script appeared to work properly, the asap_update_data doesn't work for me (probably related to having to give username/password for external web sites from UTas). I've downloaded the asap_data.tar.bz2 from the web site and extracted it into /usr/local/share/asap. This is what I get when I type ASAP (below)

P.S. I'm happy to try installing ASAP 2.1 from source to see if that works.

I haven't updated matplot lib (I'm running version 0.87.3)

Loading ASAP...


Traceback (most recent call last):

File "<string>", line 1, in ? File "/usr/lib/python2.3/site-packages/asap/init.py", line 314, in ?

from asap._asap import Log as _asaplog

ImportError?: /usr/lib/python2.3/site-packages/asap/_asap.so: undefined symbol: ffopentest

WARNING: Loading of asap failed.


Traceback (most recent call last):

File "<string>", line 1, in ?

NameError?: name 'welcome' is not defined

WARNING: Failure executing code: 'print welcome()'

ASAP>

#80 malte.marquarding@… y_mizuno@… fixed scans.save('myscans', 'FITS') segv
Description

Dear programers,

I tried to convert fits file as written in users guid.

ASAP>scans.save('myscans', 'FITS')

from http://www.atnf.csiro.au/computing/software/asap/userguide/node44.html

But always "Segmentation fault" is happen.

When I tried "scans.save('myscans', 'SDFITS')", I can save sdfits file. So I think it's misprint.

Best regard, Yoji

#81 Malte Marquarding ahughes@… fixed saving statistics into variable so they can be printed to an ascii file
Description

Hi,

I'd like to be able to write out an ascii file that summarises some basic parameters for a batch of files, e.g. tsys, elevation, peak value, standard deviation.

The problem is that I can't see how to do this with the parameters that I access through the stats() command.

I.e. this works:

tsys = s.get_tsys() print(tsys)

but this doesn't:

ASAP>s=scantable("2006-08-09_0858-M160-12co.sdfits") Auto averaging integrations Importing 2006-08-09_0858-M160-12co.sdfits...

ASAP>m=s.stats(stat="max")


max


Scan[0] (M17SW) Time[2006/08/09/08:59:58]:

IF[8] Pol[0] = 26.275


Scan[2] (M17SW) Time[2006/08/09/09:02:30]:

IF[8] Pol[0] = 26.503


Scan[0] (M17SW) Time[2006/08/09/08:59:58]:

IF[8] Pol[1] = 21.226


Scan[2] (M17SW) Time[2006/08/09/09:02:30]:

IF[8] Pol[1] = 20.719


ASAP>print(m) None

Note: See TracQuery for help on using queries.