jacscanomaly.SeasonSummary
- class jacscanomaly.SeasonSummary(season_idx, t_start, t_end, n_grid, clusters, grid_metrics)[source]
Summary of the anomaly scan for a single season.
- Parameters:
- t_start, t_end
Time range of the season.
- Type:
- clusters
Extracted clusters for this season, shape (K, 3) with rows [t0, teff, dchi2].
- Type:
np.ndarray
- grid_metrics
Raw per-grid diagnostics, shape (N, 9), columns: [t0, teff, dchi2, n_window, n_contrib, n_eff, peak_frac, rho1, longest_run].
- Type:
np.ndarray
- __init__(season_idx, t_start, t_end, n_grid, clusters, grid_metrics)
Methods
__init__(season_idx, t_start, t_end, n_grid, ...)Attributes
t_startt_end