Find the center of mass of a bright feature starting from an estimate.
Characterize the neighborhood of a local maximum, and iteratively hone in on its center-of-brightness. Return its coordinates, integrated brightness, size (Rg), eccentricity (0=circular), and signal strength.
Parameters: | raw_image : array (any dimensions)
image : array (any dimension)
coord : array
separation : float or tuple
max_iterations : integer
engine : {‘python’, ‘numba’}
shift_thresh : float, optional
break_thresh : float, optional
characterize : boolean, True by default
walkthrough : boolean, False by default
|
---|