pyacs.gts.lib.filters.vondrak module
Vondrak filter for Gts.
- pyacs.gts.lib.filters.vondrak.vondrak(self, fc, in_place=False, verbose=True, component='NEU')[source]
Return a filtered Gts using a Vondrak filter.
- Parameters:
fc (float) – Cutoff frequency in cycles per year.
in_place (bool, optional) – If True, replace the current time series; otherwise return a new Gts.
verbose (bool, optional) – Verbose mode.
component (str, optional) – Components to filter (‘NEU’ or subset).
- Returns:
Filtered time series.
- Return type: