SpectrographData

class lsst.ts.fiberspectrograph.SpectrographData(wavelength: ~astropy.units.quantity.Quantity, spectrum: ~numpy.ndarray, duration: float, date_begin: <module 'astropy.time' from '/opt/lsst/software/stack/conda/envs/lsst-scipipe-7.0.1/lib/python3.11/site-packages/astropy/time/__init__.py'>, date_end: <module 'astropy.time' from '/opt/lsst/software/stack/conda/envs/lsst-scipipe-7.0.1/lib/python3.11/site-packages/astropy/time/__init__.py'>, type: str, source: str, temperature: ~astropy.units.quantity.Quantity, temperature_setpoint: ~astropy.units.quantity.Quantity, n_pixels: int)

Bases: object

Class to hold data and metadata from a fiber spectrograph.