Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#247 fixed Speed up scantable.summary Kana Sugimoto Kana Sugimoto
Description

scantable.summary is very slow for large dataset (in row number) often outputted by modern telescopes. It takes > 1.5 HOURS to list on-the-fly raster scan with ~350,000 rows. ASAP should be able to list data with ~several x 100,000 rows more fast. Speed-up scantable.summary.

#246 wontfix boost on msx 10.6 Malte Marquarding stacy.mader@…
Description

Installing on Mac OS X 10.6:

pwd /Users/mad134/Downloads/asap-3.0.1-src

scons Restoring previous command-line options from 'options.cache' Checking for C++ library casa_casa... yes Checking for C header file Python.h... yes Checking for C++ library libboost_python... no

In SConstruct, I have:

("boostroot", "The root dir where boost is installed", None), ("boostlib", "The name of the boost python library",

"libboost_python"),

("boostlibdir", "The boost library location", "/opt/local/lib/"), ("boostincdir", "The boost header file location", "/opt/local/include/boost/"),

Boost is installed in /opt/local/include/boost and /opt/local/lib/libboost_python.[a|dylib]

I can't see how it isn't picking up boost.

#245 fixed Rearrange header in ASCII output of Scantable Takeshi Nakazato Takeshi Nakazato
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?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.