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