finesse.solutions.beamtrace.PropagationSolution.animate_curvatures

PropagationSolution.animate_curvatures(subs, **kwargs)[source]

Animate the wavefront curvatures over the propagated path.

This is just a convenience wrapper which is identical to calling PropagationSolution.animate() with "curvature" as the arg.

Returns

fig : Figure

Handle to the figure.

ax : Axis

Handle to the axis.

an : FuncAnimation

Handle to the animation.