dark_output_data_2_ramp_model

jwst.dark_current.dark_current_step.dark_output_data_2_ramp_model(out_data, out_model)[source]

Convert computed output data from the dark step to a RampModel.

Parameters:
out_dataJwstDataModel

Computed science data from the dark current step.

out_modelRampModel

The input ramp model from which to subtract the dark current.

Returns:
out_modelRampModel

The output ramp model from the dark current step.