zkbt / chromatic

Tools for visualizing spectrosopic light curves, with flux as a function of wavelength and time.
MIT License
14 stars 4 forks source link

add simple wrappers to get light curve and spectrum as arrays #106

Closed zkbt closed 2 years ago

zkbt commented 2 years ago

Closes #45 . If you just want the light curve or spectrum flux values, use .get_lightcurve or .get_spectrum. If you want uncertainties and other useful things too, use .get_lightcurve_as_rainbow and .get_spectrum_as_rainbow.