Closed jdavies-st closed 5 years ago
Added a copy of the data and an updated jupyter notebook here
/user/jdavies/issue2395
Copied _rate.fits products from original SDP processing, reran calwebb_spec2
to regenerate _cal.fits products, and then ran calwebb_spec3
on association of new cal products, using the latest jwst code (0.14.1dev). Everything runs fine now.
Closing this ticket.
Working with recent SDP data resolving another issue, #2395, a new error has cropped up. Data is here:
And the error occurs when
outlier_detection
blots back the median image to each input frame. But for MIRI fixed slit, the input frame is the full detector. Meanwhile, the median is just the spectrum inside the bounding box resampled. The median knows nothing about pixels outside the bounding box. So the call todrizzle.tblot
inludes NaNs in the pixmap, which it cannot deal with because blot uses interpolation.