pycsamt.zonge.var_std#
Phase-variation quality metrics:
SPhz– stdev of Z phase (mrad or deg)SEphz– stdev of E phase (mrad or deg)SHphz– stdev of H phase (mrad or deg)
These are scalar QC variables defined per (station, freq, comp)
row. They are not 2×2 tensors, but provide a
to_tensor_like() adapter that reuses TensorBase
gridding when you want a (station × freq × 2 × 2) view with values
placed at the matching component slot and the rest as NaN.
Notes
Accepted column names are both legacy (e.g.
sPhz) and modern (e.g.Z.perr). Case-insensitive matching is used.Units default to
mradviaUnit.Phasein dataset attrs. You can callconvert_unit()to flip betweenmradanddegsafely.
Classes
|
Common implementation for phase stdev QC variables. |
|
Standard deviation of E-phase. |
|
Standard deviation of H-phase. |
|
Standard deviation of impedance phase ( |
- class pycsamt.zonge.var_std.SPhz(data=None, meta=None, *, name=None, verbose=False)[source]#
Bases:
PhaseStdBaseStandard deviation of impedance phase (
Z).Recognised source columns#
sPhzZ.perr
Internal canonical column:
'sphz'.
- class pycsamt.zonge.var_std.SEphz(data=None, meta=None, *, name=None, verbose=False)[source]#
Bases:
PhaseStdBaseStandard deviation of E-phase.
Recognised source columns#
sEphzE.perr
Internal canonical column:
'sephz'.