Coron3Pipeline
- class jwst.pipeline.Coron3Pipeline(*args, **kwargs)[source]
Bases:
JwstPipeline
Apply all level-3 calibration steps to an association of coronagraphic exposures.
Included steps are: stack_refs, align_refs, klip, outlier_detection, and resample.
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_inputstr, Level3 Association, or
JwstDataModel
The exposure or association of exposures to process
- user_inputstr, Level3 Association, or