JwstPipeline
- class jwst.stpipe.core.JwstPipeline(*args, **kwargs)[source]
-
A JWST pipeline (
jwst.stpipe.Pipeline).JwstPipeline needs to inherit from Pipeline, but also be a subclass of JwstStep so that it will pass checks when constructing a pipeline using JwstStep class methods.
See
Stepfor the parameters.Methods Summary
finalize_result(result, _reference_files_used)Update the result with the software version and reference files used.
Methods Documentation
- finalize_result(result, _reference_files_used)[source]
Update the result with the software version and reference files used.
- Parameters:
- result
JwstDataModel The output data model to be updated.
- _reference_files_usedlist of tuple
The names and file paths of reference files used.
- result