Draft: use torch for image.stats
Because the module depends on torch anyways, we might as well use its functions for the radial_average and fourier_shell_correlation functions of the image.stats module.
Issues:
- should the functions return numpy arrays, when receiving one as input?