wiki:InteractiveLagFlag

Version 2 (modified by Malte Marquarding, 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

Interactive lag flag 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)

Download all attachments as: .zip