FiberNuller
- class hcipy.coronagraphy.FiberNuller(input_grid, fiber, apodizer=None)[source]
Bases:
OpticalElementA generic fiber nuller
- Parameters:
- input_gridGrid
The grid on which the incoming wavefront is defined.
- fiberOpticalElement
The fiber the light is injected into.
- apodizerOpticalElement
The apodizer, assumed to be in the pupil plane.
Methods Summary
backward(wavefront)Propagate backwards through the fiber nuller
forward(wavefront)Propagate a wavefront through the fiber nuller
Methods Documentation