Ricky O'Steen

Results 71 issues of 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...

docs
spectral-cube

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...

enhancement
spectral-cube

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...

spectral-cube

### 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...

units
Bug

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...

enhancement
bug

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.

docs

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...

io

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...

testing
docs

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...

discussion
io