make_wedge_aperture
- hcipy.aperture.make_wedge_aperture(inner_diameter, outer_diameter, angle_width, spider_width, pointy_top=True)[source]
Create a finite wedge sector, used for keystone aperture.
- Parameters:
- inner_diameterscalar
The inner diameter of the sector, defining the starting boundary of the wedge.
- outer_diameterscalar
The outer diameter of the sector, defining the end boundary of the wedge.
- angle_widthscalar
The angular width of the wedge in degrees, specifying the span of the aperture.
- spider_widthscalar
The full width of the spider.
- pointy_topbool, optional
If True, the wedge points to the right. Otherwise, it points up. Defaults to True.
- Returns:
- Field generator
The finite wedge sector.