Closed stscijgbot-jp closed 2 months ago
Michael Regan Any thoughts on this?
Just discussed this with Michael Regan ; solution is to change line 975 to >=. This is achieved by spacetelescope/stcal#285
Comment by Tyler Pauly on JIRA:
Fixed by spacetelescope/stcal#285
Issue JP-3689 was created on JIRA by Tyler Pauly:
During operations reprocessing, a new error was found during detector1 processing of a MIRI TSO dataset, err log attached. It appears that stcal/jump/jump.py checks
if nints > minimum_sigclip_groups
on L975, then checksif nints >= minimum_sigclip_groups:
on L1003.I don't know the details of how the segment is chunked for multiprocessing, but it appears as though the number of integrations being processed at this point is equal to the cutoff value, leading to an expected parameter instead being undefined. Suggest fixing L975 to >=.