xpipe.xhandle.shearops.redges

xpipe.xhandle.shearops.redges(rmin, rmax, nbin)[source]

Calculates nominal edges and centers for logarithmic radial bins(base10 logarithm)

Edges and areas are exact, “center” values are estimated as CIRCUMFERENCE weighted mean radius

Parameters
  • rmin (float) – inner edge

  • rmax (float) – outer edge

  • nbin (int) – number of bins

Returns

centers, edges, areas

Return type

np.array, np.array, np.array