golconda.image module
- golconda.image.compute_binedges(bincenters)[source]
Compute bin edges from bin centers.
- Parameters:
bincenters (numpy.ndarray) – Array of bin centers.
- Returns:
Array of bin edges.
- Return type:
numpy.ndarray
Compute bin edges from bin centers.
bincenters (numpy.ndarray) – Array of bin centers.
Array of bin edges.
numpy.ndarray