TestLinearPipeline

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

Bases: jwst.stpipe.LinearPipeline

See Step.__init__ for the parameters.

Attributes Summary

pipeline_steps
step_defs

Attributes Documentation

pipeline_steps = [('ipc', <class 'jwst.ipc.ipc_step.IPCStep'>), ('dq_init', <class 'jwst.dq_init.dq_init_step.DQInitStep'>), ('refpix', <class 'jwst.refpix.refpix_step.RefPixStep'>), ('saturation', <class 'jwst.saturation.saturation_step.SaturationStep'>), ('dark_current', <class 'jwst.dark_current.dark_current_step.DarkCurrentStep'>), ('linearity', <class 'jwst.linearity.linearity_step.LinearityStep'>), ('jump', <class 'jwst.jump.jump_step.JumpStep'>), ('ramp_fit', <class 'jwst.ramp_fitting.ramp_fit_step.RampFitStep'>), ('assign_wcs', <class 'jwst.assign_wcs.assign_wcs_step.AssignWcsStep'>), ('extract_2d', <class 'jwst.extract_2d.extract_2d_step.Extract2dStep'>), ('flat_field', <class 'jwst.flatfield.flat_field_step.FlatFieldStep'>), ('persistence', <class 'jwst.persistence.persistence_step.PersistenceStep'>), ('straylight', <class 'jwst.straylight.straylight_step.StraylightStep'>), ('fringe', <class 'jwst.fringe.fringe_step.FringeStep'>), ('photom', <class 'jwst.photom.photom_step.PhotomStep'>)]
step_defs = {'assign_wcs': <class 'jwst.assign_wcs.assign_wcs_step.AssignWcsStep'>, 'dark_current': <class 'jwst.dark_current.dark_current_step.DarkCurrentStep'>, 'dq_init': <class 'jwst.dq_init.dq_init_step.DQInitStep'>, 'extract_2d': <class 'jwst.extract_2d.extract_2d_step.Extract2dStep'>, 'flat_field': <class 'jwst.flatfield.flat_field_step.FlatFieldStep'>, 'fringe': <class 'jwst.fringe.fringe_step.FringeStep'>, 'ipc': <class 'jwst.ipc.ipc_step.IPCStep'>, 'jump': <class 'jwst.jump.jump_step.JumpStep'>, 'linearity': <class 'jwst.linearity.linearity_step.LinearityStep'>, 'persistence': <class 'jwst.persistence.persistence_step.PersistenceStep'>, 'photom': <class 'jwst.photom.photom_step.PhotomStep'>, 'ramp_fit': <class 'jwst.ramp_fitting.ramp_fit_step.RampFitStep'>, 'refpix': <class 'jwst.refpix.refpix_step.RefPixStep'>, 'saturation': <class 'jwst.saturation.saturation_step.SaturationStep'>, 'straylight': <class 'jwst.straylight.straylight_step.StraylightStep'>}