SPEC#

class excalibuhr.data.SPEC(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.

Methods Summary

Methods Documentation

get_spec1d()[source]#
reformat_data()[source]#