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
#31 fixed fitter.plot(plotparms=True) is failing Malte Marquarding a.tarchi@…
Description

The argument plotparms does not display the parameter values on the plot.

#32 fixed plotter.save() fails for ps files Malte Marquarding a.tarchi@…
Description

It reports an error about an unknown parameter papertype.

#33 fixed Hanning Smoothing not working Malte Marquarding Chris Phillips
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)
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.