Parameters: |
- input (mango.Dds) – Intensity counts from this image/array are added to the
bins of the sphhist spherical histogram.
- sphhist (SphericalHistogram) – Bins of this histogram are populated using data from
the input image.
The sphere centre (SphericalHistogram.sphere_c) is assumed to be a”
global-index relative to the input.origin.”
- centreoffset (3 sequence) – If not None the centre of the spherical histogram
is moved to this index (i.e. moved to global index input.origin + centreoffset)
before being populated with image count data. If None,
the SphericalHistogram.sphere_c is used as the centreoffset.
- usevoxsz (bool) – If True, indices are converted to spatial coordinates
by multiplying by the voxel size.
- voxunit (str) – Length-unit used for spatial coordinate conversion
(e.g. 'nm','um','mm','cm',...)
|