You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, make a specutils reader/writer which reads/writes a spectrum and a covaraince matrix.
from @kbwestfall:
I would envision it as two different tables in 1 file. The current I/O basically works directly with HDUs. So you could have the main code in core (maybe in NDData actually) that constructs the HDUs that then get added to the spectrum HDU(s).
The text was updated successfully, but these errors were encountered:
Some spectra have relevant covariance matrices which should be stored in the FITS file.
from @kbwestfall:
I would envision it as two different tables in 1 file. The current I/O basically works directly with HDUs. So you could have the main code in core (maybe in NDData actually) that constructs the HDUs that then get added to the spectrum HDU(s).
The text was updated successfully, but these errors were encountered: