pixel_level_peak_finder_1d

giant.image_processing.peak_finders:

giant.image_processing.peak_finders.pixel_level_peak_finder_1d(correlation_lines)[source]

This function returns a numpy array containing the location of the maximum surface value to pixel level accuracy for each row of the input matrix.

Returns:

The location of the maximum surface values to pixel level accuracy.

Parameters:

correlation_lines (ndarray)

Return type:

ndarray[tuple[Any, …], dtype[integer]]