SingleModeFiber¶
-
class
hcipy.optics.
SingleModeFiber
(input_grid, mode_field_diameter, mode=None)¶ Bases:
hcipy.optics.detector.Detector
Methods Summary
integrate
(wavefront, dt[, weight])Integrates the detector.
read_out
()Reads out the detector.
Methods Documentation
-
integrate
(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
()¶ Reads out the detector.
No noise will be added to the image.
- Returns
- Field
The final detector image.
-