This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Description
A "to_specutils" method would convert results returned by the SPARCL client into specutils.Spectrum1D objects. Some draft requirements:
- Depending on the wavelength axis associated with each result, the results could be placed into a single
Spectrum1D object, a SpectrumCollection or a SpectrumList.
- Should be able to operate on a full set of results or an individual item from a set of results.
I already have some working code in a notebook that does this conversion, it's just a matter of making it available in the client.