BarOcculter
- class poppy.BarOcculter(name='bar occulter', width=<Quantity 1. arcsec>, height=<Quantity 10. arcsec>, **kwargs)[source]
Bases:
AnalyticImagePlaneElement
Defines an ideal bar occulter (like in MIRI’s Lyot coronagraph)
- Parameters:
- namestring
Descriptive name
- widthfloat
width of the bar stop, in arcseconds. Default is 1.0
- height: float
heightof the bar stop, in arcseconds. Default is 10.0
Methods Summary
get_transmission
(wave)Compute the transmission inside/outside of the occulter.
Methods Documentation