do_correction
- jwst.msaflagopen.msaflag_open.do_correction(input_model, shutter_refname, wcs_refnames)[source]
Apply DQ flag to pixels affected by failed open MSA shutters.
- Parameters:
- input_model
ImageModel Science data to be corrected. Updated in-place.
- shutter_refnamestr
Name of MSAOPER reference file.
- wcs_refnamesdict
Dictionary of WCS reference file names.
- input_model
- Returns:
- input_model
ImageModel Science data with DQ array modified.
- input_model