snr_check¶
Quick data-quality check on an already-loaded spectrum: normalise the continuum, then report the signal-to-noise ratio with two independent estimators.
| Kind | analysis |
| Status | reference - reviewed and adopted as the reference way to make this measurement |
| Version | 1.0.0 |
| Source | bundled |
Variables¶
This recipe declares no variables: it runs as is.
Steps¶
| # | Algorithm | Parameters |
|---|---|---|
| 1 | normalize_polynomial Normalise continuum |
order=3, sigma_clip=3.0 |
| 2 | snr_der SNR (derivative method) |
- |
| 3 | snr_edge SNR (edge method) |
region_fraction=0.1 |