Ricky O'Steen
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...
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...
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...
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....
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...
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...
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...
Fixes #3117 Opening as draft since I still need to address the aperture photometry test failures.
### 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...
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