Spec3Pipeline

class jwst.pipeline.Spec3Pipeline(*args, **kwargs)[source]

Bases: jwst.stpipe.Pipeline

Spec3Pipeline: Processes JWST spectroscopic exposures from Level 2b to 3.

Included steps are: MIRI MRS background matching (skymatch) outlier detection (outlier_detection) 2-D spectroscopic resampling (resample_spec) 3-D spectroscopic resampling (cube_build) 1-D spectral extraction (extract_1d)

See Step.__init__ for the parameters.

Attributes Summary

spec
step_defs

Methods Summary

process(input) Entrypoint for this pipeline

Attributes Documentation

spec = '\n '
step_defs = {'cube_build': <class 'jwst.cube_build.cube_build_step.CubeBuildStep'>, 'extract_1d': <class 'jwst.extract_1d.extract_1d_step.Extract1dStep'>, 'mrs_imatch': <class 'jwst.mrs_imatch.mrs_imatch_step.MRSIMatchStep'>, 'outlier_detection': <class 'jwst.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'resample_spec': <class 'jwst.resample.resample_spec_step.ResampleSpecStep'>}

Methods Documentation

process(input)[source]

Entrypoint for this pipeline

Parameters:input (str, Level3 Association, or DataModel) – The exposure or association of exposures to process