Setting reflective strategy when convolution prior peak finding
The current implementation use symmetric padding. This has the bad effect to create fake peaks on the opposite side of true peaks which are close to the border of the detector. Using reflective convolution should solve this problem. However, to do this, the image has to be enlarged (hence copied) which impacts the performance.