API

Public Step API

jwst.photom.photom_step Module

Apply photometric calibration to science data.

Classes

PhotomStep([name, parent, config_file, ...])

Apply photometric calibration.

Complete Developer API

jwst.photom.photom Module

Functions

find_row(fits_table, match_fields)

Find a row in a FITS table matching fields.

Classes

MatchFitsTableRowError(message)

Class to handle error when matching FITS Table rows.

DataModelTypeError(message)

Class to handle case of unexpected datamodel type.

DataSet(model[, inverse, source_type, ...])

Input dataset to which the photom information will be applied.

jwst.photom.time_dependence Module

Functions

linear_correction(midtime, t0, lossperyear)

Linear correction to photometry value.

exponential_correction(midtime, t0, ...[, ...])

Exponential correction to photometry value.

powerlaw_correction(midtime, t0, year1value, ...)

Power-law correction to photometry value.

get_correction_table(photom_model, midtime)

Get a time-dependence correction table from a PHOTOM reference file model.

miri_mrs_time_correction(input_model, ...)

Find the time and wavelength dependent photom correction for MRS data.