Ricky O'Steen
Ricky O'Steen
> p.s. How is the ubuntu one passing then? Hmm you're right, it looks like the Solara server is running on that same port, so the check is still valid....
> > Well, I wouldn't expect the Wait for Voila to get online step to pass now that we're not using Voila... > > This was just the step name...
Thanks for pinpointing what broke this - should be a simple fix, I'll get it in before the next release (hopefully in the next week or so).
My simple fix ran into an error in `astropy`, still trying to figure out if that's a problem with my fix or a bug in `astropy`.
If I load a 2D image and then load a cube, the cube image viewers get populated correctly, but the spectrum viewer remains empty. Trying to load the extracted 1D...
> ``` > > ``` > > > > > > For extensions with many spectra on the same wavelength grid, a single `Spectrum1D` object with flux `[n_spectra, n_wave]` is...
Hm, how about adding a `force_load_as_list` keyword to the Specviz loader that forces it to use the `SpectrumList` instead of `Spectrum1D` read function? That would be a minimal change on...
Great, I implemented it in that PR as `load_as_list`. Once @rileythai confirms that my PR is working with this I'll move it out of draft to get reviewed.
Just merged the downstream PR, I have one more bugfix I'd like to get in the next `specutils` release but I'll try to get this out soon.
Actually, maybe hold off on merging - I think we might need a small PR in Jdaviz, I'm seeing spectral extraction fail to extract when a spatial subset is created....