Changes between Initial Version and Version 1 of InteractiveLagFlag


Ignore:
Timestamp:
06/29/09 15:41:20 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InteractiveLagFlag

    v1 v1  
     1= FFt filtering to remove ripple =
     2
     3ASAP 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.
     4
     5== Example ==
     6
     7[[Image(lagflag.png)]]
     8
     9{{{
     10
     11s = scantable('myrippleddata.rpf')
     12lp = lagplotter(s)
     13lagregions = lp.flag()
     14
     15}}}