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
- width, height: float
Size of the field stop, in arcseconds. Default 0.5 width, height 5.
Methods Summary
get_transmission
(wave)Compute the transmission inside/outside of the field stop.
Methods Documentation