LinearPipeline

class jwst.stpipe.LinearPipeline(*args, **kwargs)[source]

Bases: jwst.stpipe.Pipeline

A LinearPipeline is a way of combining a number of steps together in a simple linear order.

See Step.__init__ for the parameters.

Attributes Summary

pipeline_steps
spec
step_defs

Methods Summary

process(input_file) Run the pipeline.
set_input_filename(path)

Attributes Documentation

pipeline_steps = None
spec = '\n # start_step and end_step allow only a part of the pipeline to run\n start_step = string(default=None) # Start the pipeline at this step\n end_step = string(default=None) # End the pipeline right before this step\n\n # [steps] section is implicitly added by the Pipeline class.\n '
step_defs = {}

Methods Documentation

process(input_file)[source]

Run the pipeline.

set_input_filename(path)[source]