Instrument
- class breads.instruments.Instrument(ins_type='custom', verbose=True)[source]
Bases:
objectInitialize instrument
- Parameters:
- ins_type
- verbose
Methods Summary
broaden(wvs, spectrum)Check that an instrument type is implemented and supported.
Infer the list of implemented instruments based on introspection of python files in this package
manual_data_entry(wavelengths, data, noise, ...)read_data(filename)remove_bad_pixels([chunks, mypool, ...])Methods Documentation
- check_instrument_type()[source]
Check that an instrument type is implemented and supported.
- Returns: