Patrick Ogle
Patrick Ogle
After reading in a Spectrum1D from a JWST s3d cube, I can't print it: ```python spec1d_untrimmed = Spectrum1D.read(cube_file, format='JWST s3d') print(spec1d_untrimmed) ``` gives this error: ``` --------------------------------------------------------------------------- TypeError Traceback (most...
While spectral slab does output the correct sub-wavelength range as a new Spectrum1D, it does not appear to update the WCS to match. This means going through a lot of...
When JWST s3d (spectral cube) data is read with Spectrum1D.read, it is not recognized as a known datatype, so the default loader is used. This loader reads in the flux...
Spectrum1D.read of JWST s3d file uses default loader rather than JWST s3d loader. A Spectrum1D object loaded this way can't be printed: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in...
Regardless of how low I set noise_factor, find_lines_threshold is only finding one line and gives the following error: lines = find_lines_threshold(spectrum-continuum, noise_factor=0.01) lines /Users/pogle/miniconda3/envs/science/lib/python3.8/site-packages/scipy/interpolate/interpolate.py:2536: RuntimeWarning: invalid value encountered in true_divide...
Use spectral trace object to rectify a 2D spectrum by shift-interpolating columns in the spatial direction. This doesn't require a wavelength solution. This simplest case assumes no mixing of spatial...
Currently HorneExtract assumes a Gaussian kernel. Option to import a custom kernel, perhaps in the form of a reference star 2D spectrum would be useful in the case where the...
**Describe the bug** All attempts to fit a model using the Model Fitting plugin in Mosviz fail, for even the simplest model (Constant1D), to either the full Dataset or a...