LinearPipeline¶
-
class
jwst.stpipe.LinearPipeline(*args, **kwargs)[source]¶ Bases:
jwst.stpipe.PipelineA 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_stepsspecstep_defsMethods 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
-