lentil.DispersiveTilt.multiply#
- DispersiveTilt.multiply(wavefront)#
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: