pyacs.gts.lib.l1trend.cleaning module
Cleaning functions for an already L1-trend filtered time series.
- pyacs.gts.lib.l1trend.cleaning.clean_l1trend(self, raw_gts, threshold='auto')[source]
Cleans breakpoints from an already L1-trend filtered time series. Removes breakpoints that are too close in value (<0.5 mm/yr). Returns a new Gts object interpolated on the dates from l1trend_gts.
- Parameters:
raw_gts (pyacs.gts.Gts.Gts) – Original (position) time series.
threshold (float or 'auto') – Threshold for cleaning. If ‘auto’, computed from median difference.
- Returns:
Cleaned/interpolated Gts object.
- Return type: