apply_rscd_flags
- jwst.rscd.rscd_sub.apply_rscd_flags(output_model, int_start, int_end, skip_array)[source]
Apply flags for RSCD correction setting DO_NOT_USE to the dq values.
- Parameters:
- output_model
RampModel Science data to be flagged
- int_startint
Starting integration
- int_endint
Ending integration
- skip_arrayndarray
Number of groups to skip at the beginning of the ramp for integration range.
- output_model
- Returns:
- output_model
RampModel Ramp datamodel with RSCD affected groups flagged as DO_NOT_USE
- output_model