You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output FITS now contains separate combine1d extensions for each spectral
order present in the data [#5204]
datamodels
Fix missing CHANNEL entry in distortion reffile schema. [#5553]
extract_1d
For IFU data (NIRSpec and MIRI) the extraction radius is now a varying size
based on wavelength. The apcorr correction is a function of wavelength and
radius size. Fixes a bug in units conversion for applying the apcorr correction.
The units are now correctly converted from arcseconds to pixels. Added an
new method to apply the apcorr correction for IFU data. [#5506]
pipeline
Removed all unnecessary parameter settings from cfg files for all steps
and pipelines, and removed references to step config files from most
pipeline modules (only kept those that are necessary for intended
functionality). [#5574]
skymatch
Fixed a bug due to which sky matching may fail under certain circumstances
such as using 'mode' statistics on a single pixel (after sigma-clipping). [#5567]