Pipeline¶
-
class
jwst.stpipe.Pipeline(*args, **kwargs)[source]¶ Bases:
jwst.stpipe.StepA Pipeline is a way of combining a number of steps together.
See
Step.__init__for the parameters.Attributes Summary
specstep_defsMethods Summary
get_ref_override(reference_file_type)Return any override for reference_file_typefor any of the steps in Pipelineself.load_spec_file([preserve_comments])merge_config(config, config_file)set_input_filename(path)Attributes Documentation
-
spec= '\n '¶
-
step_defs= {}¶
Methods Documentation
-