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
#241 feedback Can install asap 3.0.1 from source under opensuse 11.4 Malte Marquarding G.Fuller@…
Description

Trying to install asap 3.0.1 from the tarball on a new opensuse 11.4 system.

Using command

scons cfitsioincdir=/usr/include/libcfitsio0

which seems to go along OK until

g++ -o apps/asap2to3 -Wl,-O1 -s apps/asap2to3.o -Lbuild -Lsrc -L/usr/local/lib -Lexternal -lasap -latnf -lcasa_images -lcasa_ms -lcasa_components -lcasa_coordinates -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_scimath -lcasa_scimath_f -lcasa_tables -lcasa_mirlib -lcasa_casa -lpython2.7 -lboost_python -lm -lcfitsio -lwcs -lrpfits -llapack -lblas -lgfortran -lstdc++

g++ -o build/python_STMath.os -c -O2 -DWCSLIB_GETWCSTAB -fPIC -fPIC -I/usr/include/libcfitsio0 -I/usr/local/include/casacore -I/usr/include/python2.7 -Iexternal src/python_STMath.cpp

In file included from /usr/local/include/casacore/casa/Quanta/Unit.h:35:0,

from /usr/local/include/casacore/measures/TableMeasures/TableMeasRefDesc.h:33,

from /usr/local/include/casacore/measures/TableMeasures/TableMeasDescBase.h:33,

from /usr/local/include/casacore/measures/TableMeasures/ScalarMeasColumn.tcc:29,

from /usr/local/include/casacore/measures/TableMeasures/ScalarMeasColumn.h:340,

from src/Scantable.h:28,

from src/STMath.h:24,

from src/STMathWrapper.h:20,

from src/python_STMath.cpp:34:

/usr/local/include/casacore/casa/Quanta/UnitVal.h:257:18: error: expected unqualified-id before string constant /usr/local/include/casacore/casa/Quanta/UnitVal.h: In constructor 'casa::UnitVal_static_initializer::UnitVal_static_initializer()': /usr/local/include/casacore/casa/Quanta/UnitVal.h:314:11: error: expected unqualified-id before string constant /usr/local/include/casacore/casa/Quanta/UnitVal.h:314:11: error: expected ';' before string constant In file included from /usr/local/include/casacore/casa/Quanta/Quantum.h:435:0,

from /usr/local/include/casacore/measures/Measures/MeasConvert.h:36, from /usr/local/include/casacore/measures/TableMeasures/ScalarMeasColumn.tcc:32, from /usr/local/include/casacore/measures/TableMeasures/ScalarMeasColumn.h:340, from src/Scantable.h:28, from src/STMath.h:24, from src/STMathWrapper.h:20, from src/python_STMath.cpp:34:

/usr/local/include/casacore/casa/Quanta/Quantum.tcc: In member function 'Qtype casa::Quantum<T>::getValue(const casa::Unit&) const':

and more errors in a similar vain until:

scons: * [build/python_STMath.os] Error 1 scons: building terminated because of errors.

casacore 1.2.0 appears to have install successfully.

#182 fixed ASAP can't plot a file which was written by another asap script Malte Marquarding Gary Fuller
Description

ASAP can't plot a file which was written by another asap script (The script and test data can be found in subdir Test in my home directory,

-- /p/ful086/Test)

ASAP>from proc_nh3 import * ASAP>sp1=procscan('2010-03-24_1426_305p362+0p185.rpf',vlsr=-40)

--- this writes out several files including 305p362+0p185_t2

ASAP>sp3=scantable('305p362+0p185_t2') ASAP>plotter.plot(sp3)


Traceback (most recent call last):

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

"/usr/local/lib/python2.4/site-packages/asap/asapplotter.py", line 94, in plot

self._plot(self._data)

File

"/usr/local/lib/python2.4/site-packages/asap/asapplotter.py", line 652, in _plot

y = scan._getspectrum(r)

RuntimeError?: Table DataManager? error: Invalid operation: MSM: no array in row 0 of /p/ful086/Test/temp14083_903/table.f1

This works on the version of ASAP on my laptop.

Gary

#20 fixed scantable.rotate_linpol does not give correct results Malte Marquarding James.Caswell@…
Description

To test this use

scantable.swap_linears() XX <-> YY scantable.rotate_linpol(90) which should sawp XX and YY back again.

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