Coron3Pipeline
- class jwst.pipeline.Coron3Pipeline(*args, **kwargs)[source]
Bases:
JwstPipeline
Class 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
for the parameters.Attributes Summary
Methods Summary
process
(user_input)Run the coron3 pipeline on the input data.
Attributes Documentation
- class_alias = 'calwebb_coron3'
- prefetch_references = False
- spec
suffix = string(default='i2d')
- step_defs: ClassVar = {'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
- process(user_input)[source]
Run the coron3 pipeline on the input data.
- Parameters:
user_input (str, Level3 Association, or JwstDataModel) – The exposure or association of exposures to process