JointDataset#

class jinwu.core.JointDataset(lightcurves: List[LightcurveDataset], spectra: List[SpectrumDataset])[source]#

Bases: object

A 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

Attributes Documentation

lightcurves: List[LightcurveDataset]#
spectra: List[SpectrumDataset]#

Methods Documentation

add_lightcurve(lc: LightcurveDataset) None[source]#
add_spectrum(spec: SpectrumDataset) None[source]#