Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#109 fixed ASAP doesn't recognise/read source coordinate information MarkCalabretta Simon.Ellingsen@…
Description

ASAP doesn't read/recognise the source coordinate information from RPF files written with the Hobart multibeam correlator (standard ATNF multibeam correlator setup). For example scans = scantable('c071070506.rpf') scans.summary() Shows mostly correct information, but the RA and Dec are given as 00:00:00 etc for all sources.

This is not just a superficial problem, but it means that the velocity scale is incorrectly set as well. The coordinate information is written in the RPFITS file as it is correct when the same data is loaded with spc.

Please contact me for a sample file.

#114 wontfix ASAP fails to read RPFITS files directly from DVD Malte Marquarding Simon.Ellingsen@…
Description

If you try and read RPFITS files directly from a DVD, rather than copying them to the harddrive first, ASAP returns the error:

ASAP>data = scantable('/Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf') Auto averaging integrations Importing /Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf...

Cannot open file

Failed to open MBFITS file: /Volumes/METHMB_PIGGYBACK_20/2007-04-29_2143_G5523501.rpf


Traceback (most recent call last):

File "<ipython console>", line 1, in ? File "/Library/Frameworks/Python?.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 70, in init

self._fill([filename], unit, average)

File "/Library/Frameworks/Python?.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 1741, in _fill

r._open(name, -1, -1)

RuntimeError?: Creation of PKSreader failed

When the same files are copied to the harddrive (with everything else the same), the files can be read OK.

#119 duplicate ASAP issues Malte Marquarding p.tuthill@…
Description

Hi Guys

Thanks for your advice about setting DISPLAY properly. This worked, and I might have thought of it if the error message had not seemed to imply that ASAP could not find the PLOTTER function.

I am trying to get a very simple look at my mopra data. The next thing I tried to do, following the tutorial, also fails. Sorry for all the questions.

ASAP>q = s.auto_quotient()


Traceback (most recent call last):

File "<ipython console>", line 1, in ? File "/usr/local/lib/python2.3/site-packages/asap/scantable.py", line 1504, in auto_quotient

self.set_selection(sel)

File "/usr/local/lib/python2.3/site-packages/asap/scantable.py", line 300, in set_selection

self._setselection(selection)

RuntimeError?: Selection contains no data. Not applying it.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.