Ami3Pipeline

class jwst.pipeline.Ami3Pipeline(*args, **kwargs)[source]

Bases: JwstPipeline

Apply all level-3 calibration steps to an association of level-2b AMI exposures.

Included steps are: ami_analyze and ami_normalize.

See Step for the parameters.

Attributes Summary

class_alias

step_defs

Methods Summary

process(input_data)

Run the ami3 pipeline on the input association.

Attributes Documentation

class_alias = 'calwebb_ami3'
step_defs: ClassVar = {'ami_analyze': <class 'jwst.ami.ami_analyze_step.AmiAnalyzeStep'>, 'ami_normalize': <class 'jwst.ami.ami_normalize_step.AmiNormalizeStep'>}

Methods Documentation

process(input_data)[source]

Run the ami3 pipeline on the input association.

Parameters:
input_datastr, Association, or any other type loadable as an association

The input association to be processed. If a string, a filename pointing to an asn.json file is assumed.