JwstPipeline

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

Bases: Pipeline, JwstStep

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 Step for 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:
resultDataModel

The output data model to be updated.

_reference_files_usedlist of tuple

The names and file paths of reference files used.