pyacs.gts.Sgts_methods.to_obs_tensor module
- pyacs.gts.Sgts_methods.to_obs_tensor.to_obs_tensor(self, rounding='day', verbose=False)[source]
Return ENU data as a 3D tensor and site code array.
- Parameters:
rounding (str, optional) – ‘day’, ‘hour’, or ‘second’ for date rounding. Default is ‘day’.
verbose (bool, optional) – Verbose mode. Default is False.
- Returns:
(T_OBS, np_names, np_date_s); T_OBS[k,i,0] = East at date k, site i (mm).
- Return type:
tuple
Notes
T_OBS is 3D (dates x sites x components), values in mm.