BeamObserver#
- class georges.manzoni.observers.BeamObserver(elements: List[str] | None = None, with_input_beams: bool = False)[source]#
Bases:
Observer
Return the beam distribution at the exit of an element. Optionnaly, return the beam at the entrance of the element.
Methods Summary
__call__
(element, b1, b2)Call self as a function.
Methods Documentation