Ricky O'Steen
Ricky O'Steen
Now that we're transitioning functionality from `spectral-cube` into `specutils` (e.g. #753, #755, #758), there should be a section in the docs that explains these functions and any differences between the...
As part of transitioning the [spectral-cube](https://github.com/radio-astro-tools/spectral-cube) functionality into `specutils`, a decision needs to be made (and implemented) on how to handle `NDCube` compatibility. Some experimentation in this direction can be...
This is probably a task that should wait until some of the other `spectral-cube` transition work is done. Essentially, `spectral-cube` takes some care in handling large cubes, in terms of...
### Description I was doing some testing of arithmetic recently with `specutils.Spectrum1D` and noticed a case where the `units.Quantity` arithmetic handling conflicted with the `Spectrum1D` handling. It appears that this...
As of astropy 5.1, `NDUncertainty` objects now have a built-in `represent_as` method to convert between types. This PR replaces the multiple ways we were doing conversion between uncertainty types with...
In more recent Python versions, checking `var is "string"` raises a warning (you should use `==` for string comparison). This fixes the two places that were raising this warning when...
Follow-up from #1119, where we noticed that these links in the docstrings weren't working.
Previously, this loader/identifier wasn't included in the `__all__` of the relevant file, which was fixed in #1097. We should add a test for this loader to make sure those continue...
I recently implemented some better handling for GWCS input in the 2.0 dev branch, mainly to support better reading of JWST data. But this should also help with manually creating...
I recently encountered a use case where a science team was creating their own data products and attempting to match the JWST file format, so that the files could automatically...