pyacs.gts.lib.primitive.exclude_periods module
- pyacs.gts.lib.primitive.exclude_periods.exclude_periods(self, lperiod, in_place=False, verbose=False)[source]
Exclude periods of a Gts.
- Parameters:
lperiod (list) – A list [start_date,end_date] or a list of periods e.g. [[2000.1,2003.5],[2009.3,2010.8]].
in_place (bool, optional) – If True, will make change in place; if False, returns a new time series.
verbose (bool, optional) – Verbose mode.
Notes
X0, Y0, Z0 attributes will be changed if necessary.
Handles both .data and .data_xyz.