krakentools.ants.plot_ants_homogeneous_fluxes¶
- krakentools.ants.plot_ants_homogeneous_fluxes(ants, npix_max=1000)¶
Polls Ants homogeneous flux at points over the geometry and plots that as a pixelated image. Note that the value/color of the pixel is the homogeneous flux at the centerpoint of that pixel and not the homogeneous flux integrated over that pixel.
- Parameters:
ants (cerberus.solvers.Solver) – An Ants solver currently running.
npix_max (int, optional) – Number of pixels to use for maximum figure dimension. Other direction is scaled based on geometry limits. Defaults to 1000.
- Return type:
None