SERIES

Contents

SERIES#

class excalibuhr.data.SERIES(filename=None, wlen=None, flux=None, err=None, header=None)[source]#

Bases: object

Object for spectral data in 2D shape (N_chip x N_pixel) It contains the wavelength, flux, and error arrays. It has several methods for manipulating and analyzing the data.