JWInstrument

class webbpsf.webbpsf_core.JWInstrument(*args, **kwargs)[source]

Bases: webbpsf.webbpsf_core.SpaceTelescopeInstrument

Superclass for all JWST instruments

telescope : name of telescope pupilopd : filename or FITS file object

include_si_wfeboolean (default: True)

Should SI internal WFE be included in models? Requires the presence of si_zernikes_isim_cv3.fits in the WEBBPSF_PATH.

Attributes Summary

detector

Detector selected for simulated PSF

image_mask

Currently selected image plane mask, or None for direct imaging

options

pupil_mask

Currently selected Lyot pupil mask, or None for direct imaging

Methods Summary

JWInstrument.calcPSF

Attributes Documentation

detector

Detector selected for simulated PSF

Used in calculation of field-dependent aberrations. Must be selected from detectors in the detector_list attribute.

image_mask

Currently selected image plane mask, or None for direct imaging

options = {}
pupil_mask

Currently selected Lyot pupil mask, or None for direct imaging

Methods Documentation