ShackHartmannWavefrontSensorEstimator¶
-
class
hcipy.wavefront_sensing.
ShackHartmannWavefrontSensorEstimator
(mla_grid, mla_index, estimation_subapertures=None)¶ Bases:
hcipy.wavefront_sensing.wavefront_sensor.WavefrontSensorEstimator
Methods Summary
estimate
(self, images)Estimate the wavefront from images.
Methods Documentation
-
estimate
(self, images)¶ Estimate the wavefront from images.
- Parameters
- imageslist
The list of images on which to base the estimate.
- Returns
- Field or ndarray
The estimate of the wavefront.
-