Ricky O'Steen

Results 71 issues of Ricky O'Steen

See the linked comment for the original context. There seems to be some code in `app.py` that is orphaned or at least could be improved because of changes from when...

feature

Currently Specviz.autoscale_y scales based only on the "reference" dataset, which is the first loaded into the viewer. It would be better if it did whatever happens when additional datasets are...

specviz
feature

I noticed while testing https://github.com/astropy/specutils/pull/1113 that the tests to read `xz` files failed if the format for the reader was explicitly set. This minor refactor allows readers to take advantage...

Bug
io.registry
backport-v6.1.x

Non-spectral axis moments now use pixel values, previously they incorrectly still used the spectral axis for `dx` and `dispersion` and then simply did the final sums over the specified axis....

analysis

Follow-up from #1143 : it would be nice in `Spectrum1D.read()` to have a keyword specifying that you want the `flux` column rather than `surface brightness` even if the `SRCTYPE` is...

enhancement
io

Currently, line flux does an integral (well, a sum multiplying by dx, see https://github.com/astropy/specutils/issues/712 for more discussion), whereas the moment calculations are doing simple sums. I'm fixing the moment calculations...

enhancement
analysis

I recently implemented IO to/from ECSV files via `astropy.table` in `specutils`, and coded up a quick minimal implementation to save out the spatial regions relevant to Jdaviz in https://github.com/spacetelescope/jdaviz/pull/2874 to...

API
io
feature-request
needs-discussion

Fixes #3117 Opening as draft since I still need to address the aperture photometry test failures.

bug
cubeviz
plugin
backport-v3.10.x

### Jdaviz component Cubeviz ### Description It seems like fitting most model components is fine, but adding a gaussian component is making a unit compatibility check fail: ``` --------------------------------------------------------------------------- KeyError...

bug
needs-triage

Replaces #2762 after a significant rebase, with a better title and branch name that are more accurate to the scope of the PR. Still in draft, need to update tests

documentation
cubeviz
specviz
mosviz
testing
imviz
plugin
specviz2d