Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 241)

Ticket Owner Reporter Resolution Summary
#120 Malte Marquarding ghurtig3@… worksforme rpf download
Description

Where do I find 2005-05-08-0350.rpf as listed in the tutorial?

#121 Malte Marquarding peng@… wontfix installation problem on SuSE10.1
Description

Hi,

I'm trying to install ASAP from source on a SuSE10.1 box. Following the instructions, I've installed numpy, matplotlib, rpfits, wcslib, casacore by hand and a number of other packages thru YAST2 (blas, scons lapack, ipython, boost, python-numeric-ext, python-tk, python-gtk, in addition to python). But when it come to install asap-2.2.0, it complains not finding python2.4 C library:

#scons mode=release libtype=static casacoreroot=/usr/local
scons: Reading Sconscript files...
Checking for main() in C++ library casa_casa... yes
checking for C header in Python.h... yes
Cheking for main() in C library python2.4... no
#

I'm not much of a python person. Could you tell me what it is looking for? Thanks.

#122 Malte Marquarding erik.muller@… duplicate can't process multiple files.
Description

using an array variable to process multiple mopra broadband observation data files on Kaputar with asap (and asap-trunk):

1:myfiles=('/DATA/KAPUTAR_3/mopra/MOPSarchive/2007-09-07_1644-M239.rpf','/DATA/KAPUTAR_3/mopra/MOPSarchive/2007-09-07_1722-M239.rpf') 2:a=scantable(myfiles) 3:q=a.auto_quotient()

returns:


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.

Note: See TracQuery for help on using queries.