find_illuminated_actuators

hcipy.optics.find_illuminated_actuators(basis, aperture, power_cutoff=0.1)

Find the illuminated modes.

A subset of the modes is selected based on the aperture function and a power cutoff.

Parameters:
basisModeBasis

The mode basis for which we want to find the illuminated modes.

apertureField or array_like

The aperture

power_cutoffscalar

The minimal required power over the aperture.

Returns:
ModeBasis

The illuminated influence functions.