SingleModeFiberInjection
- class hcipy.optics.SingleModeFiberInjection(input_grid, mode, position=None)[source]
Bases:
OpticalElementInjection into a single mode fiber.
- Parameters:
- input_gridGrid
The grid of the incoming wavefront.
- modeField generator
The mode of the fiber.
- positionarray_like
The 2D position of the fiber. If this is None, the fiber will be located at (0, 0).
Methods Summary
backward(wavefront)Backwards propagate the light through the fiber.
forward(wavefront)Forward propagate the light through the fiber.
Methods Documentation