azimutal_profile

hcipy.metrics.azimutal_profile(image, num_bins)

Create an azimuthal profile of the image around its center.

Parameters
imageField

The image that we want an azimuthal profile from. This image must be two-dimensional.

num_binsint

The number of bins in theta. Bins will be equally distributed in theta.

Returns
bin_centersarray_like

The center of each of the bins.

profilearray_like

The y-values of the resulting azimuthal profile.

std_profilearray_like

The standard deviation within each bin.

num_per_binarray_like

The number of samples per bin.