lentil.plane._PlaneBase.multiply#

_PlaneBase.multiply(wavefront)[source]#

Multiply with a wavefront

Parameters:

wavefront (Wavefront object) – Wavefront to be multiplied

Notes

It is possible to customize the way multiplication is performed by creating a subclass and overloading its multiply method.

Returns:

wavefront – Updated wavefront

Return type:

Wavefront object