lentil.plane._TiltBase.multiply#

_TiltBase.multiply(wavefront)#

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