Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 241)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Owner Reporter Resolution Summary
#26 Chris Phillips Tony.Wong@… wontfix gripes about summary
Description
  1. The output of summary is too verbose now. Information is spread loosely over 3 80-column lines. Hard to remember what each column means, and use of Hz for frequencies creates unwieldy numbers.
  1. At least on kaputar, invoking scans.summary() opens a separate pager which disappears when done. If the information is not going to pop out in a separate window then it should stay in the screen buffer.
#33 Malte Marquarding Chris Phillips fixed Hanning Smoothing not working
Description

The .smooth scantanble function does seems to corrupt the data using the Hanning Kernel (other kernels seem OK). E.g. on the test data:

ASAP> d = scantable('mopra_dualif.rpf')
Auto averaging integrations
Importing mopra_dualif.rpf...

ASAP> q = d.auto_quotient()

ASAP> q.auto_poly_baseline()
Processing:
 Scan[0] Beam[0] IF[0] Pol[0] Cycle[0]
  p0= -0.223
 Scan[0] Beam[0] IF[1] Pol[0] Cycle[0]
  p0= -0.593

ASAP> plotter.plot(q)

ASAP> q.smooth(kernel='hann',width=5.0)

ASAP> plotter.plot(q)
#38 Malte Marquarding erik.muller@… fixed defect in average_time
Description

average_time appears to be causing asap to abort with a segmentation fault;

n881=scantable('2006-04-30_0234-M136.rpf')

selection=selector()

selection.set_polarisations([1])

n881.set_selection(selection)

q1=n881.auto_quotient(preserve=False)

av = average_time(q1)

/usr/local/bin/asap: line 87: 25857 Segmentation fault $ip -ipythondir "${ASAPUSERDIR}" -p 'asap' $*

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