pycsamt.zonge.qc#
A convenient aggregator for all Quality-Control (QC) components.
This module re-exports the individual QC metric classes from the var_pc (percent-variation) and var_std (phase standard deviation) modules into a single, easy-to-import namespace.
- class pycsamt.zonge.qc.PcEmag(data=None, meta=None, *, name=None, verbose=False)#
Bases:
PercentVarBasePercent error on electric-field magnitude, \(|E|\).
This component normalizes legacy aliases into a canonical variable named
pc_emag:'%Emag'(legacy AMTAVG/MTEdit),'E.%err'(CSAVGW / modern),case-sensitive exact matches are used.
Notes
Values are stored in percent; the dataset attribute
Unit.Percentis set to'%'when exporting toxarray.Dataset.- Parameters:
- class pycsamt.zonge.qc.PcHmag(data=None, meta=None, *, name=None, verbose=False)#
Bases:
PercentVarBasePercent error on magnetic-field magnitude, \(|H|\).
This component normalizes legacy aliases into a canonical variable named
pc_hmag:'%Hmag'(legacy AMTAVG/MTEdit),'B.%err'(CSAVGW, whereBdenotes the H-field),'H.%err'(rare but seen).
Notes
Values are stored in percent; the dataset attribute
Unit.Percentis set to'%'when exporting toxarray.Dataset.- Parameters:
- class pycsamt.zonge.qc.PcRho(data=None, meta=None, *, name=None, verbose=False)#
Bases:
PercentVarBasePercent error on apparent resistivity, \(\rho_a\).
This component normalizes legacy aliases into a canonical variable named
pc_rho:'%Rho'(legacy AMTAVG/MTEdit),'ARes.%err'(CSAVGW),'rho.%err'(modern lower-case variant).
Notes
Values are stored in percent; the dataset attribute
Unit.Percentis set to'%'when exporting toxarray.Dataset.- Parameters:
- class pycsamt.zonge.qc.SEphz(data=None, meta=None, *, name=None, verbose=False)#
Bases:
PhaseStdBaseStandard deviation of E-phase.
Recognised source columns#
sEphzE.perr
Internal canonical column:
'sephz'.
- class pycsamt.zonge.qc.SHphz(data=None, meta=None, *, name=None, verbose=False)#
Bases:
PhaseStdBaseStandard deviation of H-phase.
Recognised source columns#
sHphzH.perr
Internal canonical column:
'shphz'.