lentil.Pupil.multiply#

Pupil.multiply(wavefront)#

Multiply with a wavefront

Deprecated since version 0.8.7: multiply has been deprecated and will be removed in a future release of Lentil. It is replaced by Plane.__mul__().

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