Results 45 comments of Nicholas Earl

On a preliminary glance, it seems that gwcs can't parse the unit of the spectral axis. The current released version of gwcs doesn't have the extra cases for the `SpectralFrame`...

@antoniandre any thoughts on this?

`wavelength`, `frequency`, and `velocity` are supposed to be convenience properties that take the data as input through `spectral_axis` and auto-converts, but it sounds like they may be misleading? @camipacifici is...

> I'm wondering if creating a standard way of representing general spectra in HDF5 files and making them able to be read in using specutils would be enough. Is this...

Thanks, @wesselb! This is excellent. I do seem to be having issues with replacing the sinusoidal data with data more akin to my particular use case, but I've reached out...

@stephtdouglas The latest deveopment version of specutils (and the soon-to-be-released v0.6) will include the new IRAF loaders. Can you try to load your data again? You may also wish to...

I am not the owner. However, looking at the [record metadata](https://zenodo.org/api/records/1117943), it shows that the owner is user 818. Looking at the [api response for that user](https://zenodo.org/api/users/818), it looks like...

I do like `Spectrum`. An alternative might be to follow the `NDData`/`CCDData` approach and use `SpectrumData`. Or, numpy-esque with `SpectrumArray`, but that adds some ambiguity with `SpectrumList`.

Just to follow up on this: what would this look like? Time series as what we consider the spectral axis, or time series in that there's a `Spectrum1D` for every...