Spec3Pipeline¶
-
class
jwst.pipeline.Spec3Pipeline(*args, **kwargs)[source]¶ Bases:
jwst.stpipe.PipelineSpec3Pipeline: 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
specstep_defsMethods 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
-