pqc.detectΒΆ
Provide detection algorithms for PTA QC.
This subpackage groups statistical detection routines used by
pqc.pipeline.run_pipeline(), including OU-based outlier detection,
transient scans, exponential dip scans, and feature-domain structure diagnostics.
See also
pqc.pipeline.run_pipeline: Pipeline entry point that calls detectors. pqc.detect.ou: OU innovations and noise estimation. pqc.detect.bad_measurements: Bad measurement detection. pqc.detect.transients: Transient exponential recovery scans. pqc.detect.exp_dips: Exponential dip recovery scans. pqc.detect.solar_events: Solar elongation event scans. pqc.detect.eclipse_events: Orbital-phase eclipse event scans. pqc.detect.gaussian_bumps: Global Gaussian-bump event scans. pqc.detect.glitches: Global glitch event scans. pqc.detect.feature_structure: Feature-domain structure tests.
Modules
Detect bad measurements using OU innovations and day-level FDR control. |
|
Detect orbital-phase eclipse events in timing residuals. |
|
Detect exponential dip events in timing residuals. |
|
Detect feature-domain structure and provide simple detrending utilities. |
|
Detect global Gaussian-bump events in timing residuals. |
|
Detect global glitch events in timing residuals. |
|
Compute OU innovations and auxiliary noise-scale estimates. |
|
Robust outlier detection using median/MAD standardized residuals. |
|
Detect solar elongation events in timing residuals. |
|
Detect achromatic and DM-like step changes in timing residuals. |
|
Detect exponential-recovery transient events in timing residuals. |