pixel_level_peak_finder_1d¶
- giant.image_processing.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 (numpy.ndarray) –
- Return type
numpy.ndarray