RectangularFieldStop

class poppy.RectangularFieldStop(name='unnamed field stop', width=<Quantity 0.5 arcsec>, height=<Quantity 5. arcsec>, **kwargs)[source]

Bases: AnalyticImagePlaneElement

Defines an ideal rectangular field stop

Parameters:
namestring

Descriptive name

widthastropy Quantity angle or float

Width of the field stop, in arcseconds (plain float) or as an astropy Quantity. Default is 0.5 arcsec.

heightastropy Quantity angle or float

Height of the field stop, in arcseconds (plain float) or as an astropy Quantity. Default is 5.0 arcsec.

Methods Summary

get_transmission(wave)

Compute the transmission inside/outside of the field stop.

Methods Documentation

get_transmission(wave)[source]

Compute the transmission inside/outside of the field stop.