Spec3Pipeline

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

Bases: JwstPipeline

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

Included steps are: assign moving target wcs (assign_mtwcs) master background subtraction (master_background) MIRI MRS background matching (mrs_imatch) outlier detection (outlier_detection) 2-D spectroscopic resampling (resample_spec) 3-D spectroscopic resampling (cube_build) 1-D spectral extraction (extract_1d) Absolute Photometric Calibration (photom) 1-D spectral combination (combine_1d)

See Step.__init__ for the parameters.

Attributes Summary

class_alias

spec

step_defs

Methods Summary

process(input)

Entrypoint for this pipeline

Attributes Documentation

class_alias = 'calwebb_spec3'
spec
step_defs: ClassVar = {'assign_mtwcs': <class 'jwst.assign_mtwcs.assign_mtwcs_step.AssignMTWcsStep'>, 'combine_1d': <class 'jwst.combine_1d.combine_1d_step.Combine1dStep'>, 'cube_build': <class 'jwst.cube_build.cube_build_step.CubeBuildStep'>, 'extract_1d': <class 'jwst.extract_1d.extract_1d_step.Extract1dStep'>, 'master_background': <class 'jwst.master_background.master_background_step.MasterBackgroundStep'>, 'mrs_imatch': <class 'jwst.mrs_imatch.mrs_imatch_step.MRSIMatchStep'>, 'outlier_detection': <class 'jwst.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'photom': <class 'jwst.photom.photom_step.PhotomStep'>, 'resample_spec': <class 'jwst.resample.resample_spec_step.ResampleSpecStep'>, 'spectral_leak': <class 'jwst.spectral_leak.spectral_leak_step.SpectralLeakStep'>}

Methods Documentation

process(input)[source]

Entrypoint for this pipeline

Parameters:

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