Description:
Hi,
It took me a while to understand why some maximum points were not detected in my case (diffraction images of a crystal).
I finally found the reason: the default choice for the distance calculation with p-norm=np.inf.
My personal representation of a distance in space tends naturally towards Euclidean distance.
So why such a choice (p_norm = inf) ? p-norm=2 wouldn't be more appropriate ?
Patrick
Description:
Hi,
It took me a while to understand why some maximum points were not detected in my case (diffraction images of a crystal).
I finally found the reason: the default choice for the distance calculation with p-norm=np.inf.
My personal representation of a distance in space tends naturally towards Euclidean distance.
So why such a choice (p_norm = inf) ? p-norm=2 wouldn't be more appropriate ?
Patrick