ROPPipeline

class iris_pipeline.ROPPipeline(*args, **kwargs)[source] [edit on github]

Bases: jwst.stpipe.pipeline.Pipeline

Detector1Pipeline for IRIS

See Step.__init__ for the parameters.

Attributes Summary

spec

step_defs

Methods Summary

process(input)

This is where real work happens.

setup_output(input)

Attributes Documentation

spec = '\n        save_calibrated_ramp = boolean(default=False)\n    '
step_defs = {'nonlincorr': <class 'iris_pipeline.readout.nonlincorr_step.NonlincorrStep'>, 'readoutsamp': <class 'iris_pipeline.readout.readoutsamp_step.ReadoutsampStep'>}

Methods Documentation

process(input)[source] [edit on github]

This is where real work happens. Every Step subclass has to override this method. The default behaviour is to raise a NotImplementedError exception.

setup_output(input)[source] [edit on github]