Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 241)

Ticket Owner Reporter Resolution Summary
#243 Malte Marquarding glueck@… feedback Problems installing ASAP on Ubuntu 10.10 ,64bit
Description

Hello

I try to install ASAP on Ubuntu 10.10 (64bit). I tried it via the source. All system packages are installed. After typing scons an error appears:

/usr/local/lib/libwcs.a: could not read symbols: Bad value collect2: ld returned 1 exit status scons: * [build/_asap.so] Error 1 scons: building terminated because of errors.

I also tried to install ASAP using the asap-3.0.0-ubuntu-10.04-i386.tar.bz2, too. But...:

The following libraries are missing:

['libboost_python-py26.so.1.40.0', 'libcfitsio.so.3', 'liblapack.so.3gf', 'libblas.so.3gf', 'libgfortran.so.3']

The point is, I have installed the libaries. I tried to make a symbolic link from the location-file of this libaris to ../lib32 (where ./install looks for the libaries), but it doesn't work. Do you have any ideas what I can do?

Best regards

Christian Glueck

#244 Malte Marquarding tyoung@… worksforme Error attempting to save scans to 'SDFITS' file
Description

Here is the error message:

RuntimeError?: STTcal::getEntry - id out of range

The basic reduction process is to take from the quotient scans, average scans at the same pointing, smooth and baseline all scans, then frequency align those scans and save all to single (or combined) sdfits file.

I have successfully dodged this error in the past by loading .rpf file in one at a time rather then reducing them all at once. However due to the way the data is recorded in this case this is not possible. It appears that the process of saving to sdfits format is sensitive to how the scans are frequency aligned, but I haven't determined a definite pattern as of yet.

Any help would be greatly appreciated.

#245 Takeshi Nakazato Takeshi Nakazato fixed Rearrange header in ASCII output of Scantable
Description

ASCII output of Scantable has some header before the actual data. In addition, there is one line that indicates titles of each column (x y0 yf0). This line is problematic when the user wants to plot the data, e.g. using gnuplot.

So, I would like to suggest to comment out this line, i.e. put '#' at the beginning of the line.

More specifically, I want to change the line

x y0 yf0

to

#x y0 yf0

Is that possible?

Note: See TracQuery for help on using queries.