Pipeline

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

Bases: jwst.stpipe.Step

A Pipeline is a way of combining a number of steps together.

See Step.__init__ for the parameters.

Attributes Summary

spec
step_defs

Methods Summary

get_ref_override(reference_file_type) Return any override for reference_file_type for any of the steps in Pipeline self.
load_spec_file([preserve_comments])
merge_config(config, config_file)
set_input_filename(path)

Attributes Documentation

spec = '\n '
step_defs = {}

Methods Documentation

get_ref_override(reference_file_type)[source]

Return any override for reference_file_type for any of the steps in Pipeline self. OVERRIDES Step.

Returns:
Return type:override_filepath or None.
classmethod load_spec_file(preserve_comments=False)[source]
classmethod merge_config(config, config_file)[source]
set_input_filename(path)[source]