Description

Class:

jwst.ami.AmiAnalyzeStep

Alias:

ami_analyze

The ami_analyze step is one of the AMI-specific steps in the ami sub-package that is part of Stage 3 calwebb_ami3 processing. It applies the Lacour-Greenbaum (LG) image plane modeling algorithm to a NIRISS AMI image. The routine computes a number of parameters, including a model fit (and residuals) to the image, fringe amplitudes and phases, and closure phases and amplitudes.

The JWST AMI observing template allows for exposures to be obtained using either full-frame (SUBARRAY=”FULL”) or subarray (SUBARRAY=”SUB80”) readouts. When processing a full-frame exposure, the ami_analyze step extracts and processes a region from the image corresponding to the size and location of the SUB80 subarray, in order to reduce execution time.

Arguments

The ami_analyze step has several optional arguments. In most cases the default arguments will be suitable but more advanced users may wish to test other options:

–oversample:

The oversampling factor to be used in the model fit (default=3).

–rotation:

Initial guess for the rotation of the PSF in the input image, in units of degrees (default=0.0).

–psf_offset:

List of PSF offset values to use when creating the model array (default=’0.0 0.0’).

–rotation_search:

List of start, stop, and step values that define the list of rotation search values. The default setting of ‘-3 3 1’ results in search values of [-3, -2, -1, 0, 1, 2, 3].

–bandpass:

Synphot spectrum or suitable array to override filter/source (default=None)

–usebp:

If True, exclude pixels marked DO_NOT_USE from fringe fitting (default=True)

–firstfew:

If not None, process only the first few integrations (default=None)

–chooseholes:

If not None, fit only certain fringes e.g. [‘B4’,’B5’,’B6’,’C2’] (default=None)

–affine2d:

User-defined Affine2d object (default=None)

–run_bpfix:

Run Fourier bad pixel fix on cropped data (default=True)

Inputs

3D calibrated image

Data model:

DataModel

File suffix:

_calints

The ami_analyze step takes a single calibrated image cube as input, which should be the “_calints” product resulting from calwebb_image2 processing. Multiple exposures can be processed via use of an ASN file that is used as input to the calwebb_ami3 pipeline. Note: The ami_analyze step will also accept a 2D “_cal” product but errors will not be computed in the output. The ami_analyze step itself does not accept an ASN as input.

Outputs

The ami_analyze step produces three output files. The first two (_ami-oi.fits and _amimulti-oi.fits) contain the interferometric observables, and the third (_amilg.fits) contains the data, LG model, and residuals. These are described in more detail below.

The output file name syntax is exposure-based, using the input file name as the root, with the addition of the association candidate ID and the “_ami-oi”, “_amimulti-oi”, or “amilg” product type suffix, e.g. “jw87600027001_02101_00002_nis_a3001_ami-oi.fits.”

Interferometric observables

Data model:

AmiOIModel

File suffix:

_ami-oi.fits, _amimulti-oi.fits

. The inteferometric observables are saved as OIFITS files, a registered FITS format for optical interferometry, containing the following list of extensions:

  1. OI_ARRAY: AMI subaperture information

  2. OI_TARGET: target properties

  3. OI_T3: extracted closure amplitudes, phases

  4. OI_VIS: extracted visibility (fringe) amplitudes, phases

  5. OI_VIS2: squared visibility (fringe) amplitudes

  6. OI_WAVELENGTH: filter information

For more information on the format and contents of OIFITS files, see the OIFITS2 standard.

The _ami-oi.fits file contains tables of median observables over all integrations of the input file. Errors are computed as the sigma-clipped standard deviation over integrations. The _amimulti-oi.fits file contains observables for each integration, and does not contain error estimates. The structure is the same as the _ami-oi.fits file, but the following data columns are 2D, with the second dimension being the number of integrations: “PISTONS”, “PIST_ERR”, “VISAMP”, “VISAMPERR”, “VISPHI”, “VISPHIERR”, “VIS2DATA”, “VIS2ERR”, “T3AMP”, “T3AMPERR”, “T3PHI”, “T3PHIERR”.

LG model parameters

Data model:

AmiLgFitModel

File suffix:

_amilg.fits

The _amilg.fits output file contains the cropped and cleaned data, model, and residuals (data - model) as well as the parameters of the best-fit LG model. It contains the following extensions:

  1. CTRD: a 3D image of the centered, cropped data

  2. N_CTRD: a 3D image CTRD normalized by data peak

  3. FIT: a 3D image of the best-fit model

  4. N_FIT: a 3D image of FIT normalized by data peak

  5. RESID: a 3D image of the fit residuals

  6. N_RESID: a 3D image of RESID normalized by data peak

  7. SOLNS: table of fringe coefficients

Reference Files

The ami_analyze step uses a THROUGHPUT reference file and NRM reference file.

THROUGHPUT Reference File

REFTYPE:

THROUGHPUT

Data model:

ThroughputModel

The THROUGHPUT reference file contains throughput data for the filter used in the AMI image.

Reference Selection Keywords for THROUGHPUT

CRDS selects appropriate THROUGHPUT references based on the following keywords. THROUGHPUT is not applicable for instruments not in the table. All keywords used for file selection are required.

Instrument

Keywords

NIRISS

INSTRUME, FILTER, DATE-OBS, TIME-OBS

Standard Keywords

The following table lists the keywords that are required to be present in all reference files. The first column gives the FITS keyword names. The second column gives the jwst data model name for each keyword, which is useful when using data models in creating and populating a new reference file. The third column gives the equivalent meta tag in ASDF reference file headers, which is the same as the name within the data model meta tree (second column).

FITS Keyword

Data Model Name

ASDF meta tag

AUTHOR

model.meta.author

author

DATAMODL

model.meta.model_type

model_type

DATE

model.meta.date

date

DESCRIP

model.meta.description

description

FILENAME

model.meta.filename

N/A

INSTRUME

model.meta.instrument.name

instrument: {name}

PEDIGREE

model.meta.pedigree

pedigree

REFTYPE

model.meta.reftype

reftype

TELESCOP

model.meta.telescope

telescope

USEAFTER

model.meta.useafter

useafter

NOTE: More information on standard required keywords can be found here: Standard Required Keywords

Type Specific Keywords for THROUGHPUT

In addition to the standard reference file keywords listed above, the following keywords are required in THROUGHPUT reference files, because they are used as CRDS selectors (see Reference Selection Keywords for THROUGHPUT):

Keyword

Data Model Name

FILTER

model.meta.instrument.filter

Reference File Format

THROUGHPUT reference files are FITS files with one BINTABLE extension. The FITS primary data array is assumed to be empty. The format of the file is as follows:

EXTNAME

XTENSION

NAXIS

Dimensions

Data type

THROUGHPUT

BINTABLE

2

TFIELDS = 2

N/A

The table extension contains two columns, giving wavelength and throughput values for a particular filter:

Column name

Data type

Units

wavelength

float

Angstroms

throughput

float

(unitless)

NRM Reference File

REFTYPE:

NRM

Data model:

NRMModel

The NRM reference file contains a 2-D model of the pupil mask.

Reference Selection Keywords for NRM

CRDS selects appropriate NRM references based on the following keywords. NRM is not applicable for instruments not in the table. All keywords used for file selection are required.

Instrument

Keywords

NIRISS

INSTRUME, DATE-OBS, TIME-OBS

Standard Keywords

The following table lists the keywords that are required to be present in all reference files. The first column gives the FITS keyword names. The second column gives the jwst data model name for each keyword, which is useful when using data models in creating and populating a new reference file. The third column gives the equivalent meta tag in ASDF reference file headers, which is the same as the name within the data model meta tree (second column).

FITS Keyword

Data Model Name

ASDF meta tag

AUTHOR

model.meta.author

author

DATAMODL

model.meta.model_type

model_type

DATE

model.meta.date

date

DESCRIP

model.meta.description

description

FILENAME

model.meta.filename

N/A

INSTRUME

model.meta.instrument.name

instrument: {name}

PEDIGREE

model.meta.pedigree

pedigree

REFTYPE

model.meta.reftype

reftype

TELESCOP

model.meta.telescope

telescope

USEAFTER

model.meta.useafter

useafter

NOTE: More information on standard required keywords can be found here: Standard Required Keywords

Type Specific Keywords for NRM

In addition to the standard reference file keywords listed above, the following keywords are required in NRM reference files, because they are used as CRDS selectors (see Reference Selection Keywords for NRM):

Keyword

Data Model Name

EXP_TYPE

model.meta.exposure.type

Reference File Format

NRM reference files are FITS format, with one IMAGE extension. The FITS primary HDU does not contain a data array. The format and content of the file is as follows:

EXTNAME

XTENSION

NAXIS

Dimensions

Data type

NRM

IMAGE

2

1024 x 1024

float

The NRM array contains the 2-D image representing the geometry of the non-redundant mask in the pupil wheel of NIRISS. This mask enables the Aperture Masking Interferometry (AMI) mode.