pyacs.gts.lib.format.series module
Read GipsyX series format time series.
- pyacs.gts.lib.format.series.read_series(self, tsdir='.', tsfile=None, xyz=True, verbose=False)[source]
Read GipsyX series time series file.
- Parameters:
tsdir (str, optional) – Directory containing the series file.
tsfile (str, optional) – Series file to load. If None, looks for CODE*.series.
xyz (bool, optional) – If True, keep/store XYZ; otherwise NEU.
verbose (bool, optional) – Verbose mode.
Notes
This format does not include the absolute position; relative only.