algorithms.interpolation
algorithms.resample
Enter search terms or a module, class or function name.
Inheritance diagram for nipy.algorithms.kernel_smooth:
TODO
Bases: object
A class to implement some FFT smoothers for Image objects. By default, this does a Gaussian kernel smooth. More choices would be better!
The image to be smoothed
Should we call nan_to_num on the data before smoothing?
Has the data already been fft’d?
Image
Convert a FWHM value to sigma in a Gaussian kernel.
float
Convert a sigma in a Gaussian kernel to a FWHM value.