pyacs.gts.lib.primitive.xyz2neu module
- pyacs.gts.lib.primitive.xyz2neu.xyz2neu(self, corr=False, ref_xyz=None, verbose=False)[source]
Populate .data (NEU) from .data_xyz (XYZ); lon, lat and h are also set.
- Parameters:
corr (bool, optional) – If True, standard deviations and correlations are propagated to NEU.
ref_xyz (list or ndarray, optional) – [X, Y, Z] for the origin of the local NEU frame. If not provided, first position is used.
verbose (bool, optional) – Verbose mode.
- Returns:
self (modified in place).
- Return type:
Notes
This method always modifies in place.