GuiderPipeline

class jwst.pipeline.GuiderPipeline(*args, **kwargs)[source]

Bases: JwstPipeline

Apply all calibration steps to raw JWST FGS observation ramps to produce a 3-D slope product.

Included steps are: dq_init, guider_cds, and flat_field.

See Step for the parameters.

Attributes Summary

class_alias

step_defs

Methods Summary

process(input_data)

Run the Guider1 pipeline on the input data.

Attributes Documentation

class_alias = 'calwebb_guider'
step_defs: ClassVar = {'dq_init': <class 'jwst.dq_init.dq_init_step.DQInitStep'>, 'flat_field': <class 'jwst.flatfield.flat_field_step.FlatFieldStep'>, 'guider_cds': <class 'jwst.guider_cds.guider_cds_step.GuiderCdsStep'>}

Methods Documentation

process(input_data)[source]

Run the Guider1 pipeline on the input data.

Parameters:

input_data (str, GuiderRawModel, or GuiderCalModel) – The input data to process. If a string, it is assumed to be the name of a file to load. If a GuiderCalModel, the dq_init and guider_cds steps should be set to skip.

Returns:

The calibrated data model.

Return type:

GuiderCalModel