TimeSeries.whiten: new method
This PR introduces two new methods for the TimeSeries
:
-
TimeSeries.detrend
: a simple wrapper aroundscipy.signal.detrend
to return aTimeSeries
-
TimeSeries.whiten
: a function to whiten aTimeSeries
against its own ASD
The new methods are accompanied by unit tests and a new example for whitening a TimeSeries
to see glitches at higher frequency.
The example reads in some data from NDS, and whitens it to show two glitches at high frequency, the resulting image is: