Version 2 (modified by 15 years ago) ( diff ) | ,
---|
FFt filtering to remove ripple
ASAP 2.4 and onwards offers the ability to flag data in the fft'ed spectrum and either return the selected region for use with scantable.lag_flag
or apply it directly to the spectrum.
Example
s = scantable('myrippleddata.rpf') lp = lagplotter(s) lagregions = lp.flag() lagstart = lagregions[0][0] lagend = lagregions[0][1] s.lag_flag(lagstart, lagend, unit='')
Attachments (1)
-
lagflag.png
(72.6 KB
) - added by 14 years ago.
Interactive lag flag example
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.