mango.image.spherical_histogram

mango.image.spherical_histogram(sphere_c=(0, 0, 0), sphere_r=1.0, tri_rad_bnd=0.1, tri_cdst_bnd=0.1, tri_angl_bound=30.0)

Factory function for creating SphericalHistogram object.

Parameters:
  • sphere_c (3 sequence) – The centre coordinate of the sphere.
  • sphere_r (float) – The centre coordinate of the sphere.
  • tri_rad_bnd (float) – Bound on the sphere radius for Delauny triangulation of sphere.
  • tri_cdst_bnd (float) – Bound on the sphere-centre-point distance Delauny triangulation of sphere.
  • tri_angl_bnd (float) – Degrees, lower bound on the triangle angles, greater than 30 degrees may be impossible.
Return type:

SphericalHistogram

Returns:

Zero count initialised SphericalHistogram object.

Previous topic

mango.image.SphericalHistogram.tri_rad_bnd

Next topic

Image Registration (mango.image.registration)

This Page