Image3Pipeline¶
-
class
jwst.pipeline.
Image3Pipeline
(*args, **kwargs)[source]¶ Bases:
jwst.stpipe.Pipeline
- Image3Pipeline: Applies level 3 processing to imaging-mode data from
any JWST instrument.
- Included steps are:
assign_mtwcs tweakreg skymatch outlier_detection resample source_catalog
See
Step.__init__
for the parameters.Attributes Summary
Methods Summary
process
(input_data)Run the Image3Pipeline
Attributes Documentation
-
spec
= '\n '¶
-
step_defs
= {'assign_mtwcs': <class 'jwst.assign_mtwcs.assign_mtwcs_step.AssignMTWcsStep'>, 'outlier_detection': <class 'jwst.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'resample': <class 'jwst.resample.resample_step.ResampleStep'>, 'skymatch': <class 'jwst.skymatch.skymatch_step.SkyMatchStep'>, 'source_catalog': <class 'jwst.source_catalog.source_catalog_step.SourceCatalogStep'>, 'tweakreg': <class 'jwst.tweakreg.tweakreg_step.TweakRegStep'>}¶
Methods Documentation
-
process
(input_data)[source]¶ Run the Image3Pipeline
- Parameters
input_data (Level3 Association, or ModelContainer) – The exposures to process