lentil.plane.TiltInterface.multiply#

TiltInterface.multiply(wavefront)[source]#

Multiply with a wavefront. This is a custom implementation supporting the tilt interface.

Notes

This method performs the following actions:

wavefront = super().multiply(wavefront)
for field in wavefront.data:
    field.tilt.append(self)
return wavefront
Return type:

Wavefront