SingleModeFiber

class hcipy.optics.SingleModeFiber(input_grid, mode_field_diameter, mode=None)

Bases: hcipy.optics.detector.Detector

Methods Summary

integrate(self, wavefront, dt[, weight])

Integrates the detector.

read_out(self)

Reads out the detector.

Methods Documentation

integrate(self, wavefront, dt, weight=1)

Integrates the detector.

Parameters
wavefrontWavefront or array_like

The wavefront sets the amount of power generated per unit time.

dtscalar

The integration time in units of time.

weightscalar

Weight of every unit of integration time.

read_out(self)

Reads out the detector.

No noise will be added to the image.

Returns
output_fieldarray_like

The final detector image.