JointDataset#
- class jinwu.core.JointDataset(lightcurves: List[LightcurveDataset], spectra: List[SpectrumDataset])[source]#
Bases:
objectA simple container for multiple datasets.
This can hold any combination of light curves and spectra that conceptually belong to the same astrophysical source/event.
Attributes Summary
Methods Summary
add_lightcurve(lc)add_spectrum(spec)Attributes Documentation
- lightcurves: List[LightcurveDataset]#
- spectra: List[SpectrumDataset]#
Methods Documentation
- add_lightcurve(lc: LightcurveDataset) None[source]#
- add_spectrum(spec: SpectrumDataset) None[source]#