SingleModeFiberArray

class hcipy.optics.SingleModeFiberArray(input_grid, fiber_grid, mode, *args, **kwargs)

Bases: OpticalElement

Methods Summary

backward(wavefront)

Backwards propagate the light through the fiber array.

forward(wavefront)

Forward propagate the light through the fiber array.

Methods Documentation

backward(wavefront)

Backwards propagate the light through the fiber array.

Parameters:
wavefrontWavefront

The complex amplitudes for each of the single-mode fibers.

Returns:
Wavefront

The outgoing wavefront.

forward(wavefront)

Forward propagate the light through the fiber array.

Parameters:
wavefrontWavefront

The incoming wavefront.

Returns:
Wavefront

The complex amplitudes of each fiber.