API

Public Step API

jwst.rscd.rscd_step Module

Flag initial groups of MIRI ramp data to ‘DO_NOT_USE’ in integrations 2 and higher.

Classes

RscdStep([name, parent, config_file, ...])

Flag the first N groups an integration of MIRI data to 'DO_NOT_USE'.

Complete Developer API

jwst.rscd.rscd_sub Module

Functions for the RSCD correction for MIRI science data.

Functions

do_correction(output_model, rscd_model)

Set the initial groups of an integration of MIRI data to 'DO_NOT_USE'.

correction_skip_groups(output, ...)

Set the initial groups in integration to DO_NOT_USE to skip groups affected by RSCD effect.

get_rscd_parameters(input_model, rscd_model)

Read in the parameters from the reference file and store the parameters in a dictionary.

flag_rscd(output_model, int_start, int_end, ...)

Find the initial groups to set to DO_NOT_USE based on RSCD rules.

apply_rscd_flags(output_model, int_start, ...)

Apply flags for RSCD correction setting DO_NOT_USE to the dq values.