Coron3Pipeline¶
-
class
jwst.pipeline.Coron3Pipeline(*args, **kwargs)[source]¶ Bases:
jwst.stpipe.PipelineClass for defining Coron3Pipeline.
Coron3Pipeline: Apply all level-3 calibration steps to a coronagraphic association of exposures. Included steps are:
- stack_refs (assemble reference PSF inputs)
- align_refs (align reference PSFs to target images)
- klip (PSF subtraction using the KLIP algorithm)
- outlier_detection (flag outliers)
- resample (image combination and resampling)
See
Step.__init__for the parameters.Attributes Summary
specstep_defsMethods Summary
process(input)Primary method for performing pipeline. Attributes Documentation
-
spec= "\n suffix = string(default='i2d')\n "¶
-
step_defs= {'align_refs': <class 'jwst.coron.align_refs_step.AlignRefsStep'>, 'klip': <class 'jwst.coron.klip_step.KlipStep'>, 'outlier_detection': <class 'jwst.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'resample': <class 'jwst.resample.resample_step.ResampleStep'>, 'stack_refs': <class 'jwst.coron.stack_refs_step.StackRefsStep'>}¶
Methods Documentation