SpectrumDataset#
- class jinwu.core.datasets.SpectrumDataset(data: PhaData, label: str | None = None, background: 'SpectrumDataset' | None = None)[source]#
Bases:
objectHigh-level spectral dataset container.
- Parameters:
data (PhaData) – The underlying OGIP spectral data (SPECTRUM + optional EBOUNDS).
label (str, optional) – A human-readable label for this spectrum (e.g. instrument, epoch).
background (SpectrumDataset | None, optional) – Optional associated background spectrum.
Attributes Summary
Attributes Documentation