STPIPE

For Developers

jwst.stpipe Package

Classes

Step([name, parent, config_file, _validate_kwds]) Create a Step instance.
Pipeline(*args, **kwargs) A Pipeline is a way of combining a number of steps together.
LinearPipeline(*args, **kwargs) A LinearPipeline is a way of combining a number of steps together in a simple linear order.

Class Inheritance Diagram

Inheritance diagram of jwst.stpipe.step.Step, jwst.stpipe.pipeline.Pipeline, jwst.stpipe.linear_pipeline.LinearPipeline