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:
- tweakreg skymatch outlier_detection resample source_catalog
See
Step.__init__for the parameters.Attributes Summary
specstep_defsMethods Summary
process(input)Run the Image3Pipeline Attributes Documentation
-
spec= "\n suffix = string(default='i2d')\n "¶
-
step_defs= {'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)[source]¶ Run the Image3Pipeline
Parameters: input (Level3 Association, or ModelContainer) – The exposures to process