FourierShift
- class hcipy.fourier.FourierShift(input_grid, shift)[source]
Bases:
objectAn image shifting operator implemented in the Fourier domain.
This operator is smart enough to ignore dimensions where the shift is zero.
- Parameters:
- input_gridGrid
The grid that is expected for the input field.
- shiftarray_like
The shift to apply to any input field.
- Attributes:
- shiftarray_like
The shift to apply to any input field.
Attributes Summary
Methods Summary
backward(field)Return the backward (adjoint) filtering of the input field.
forward(field)Return the forward filtering of the input field.
Attributes Documentation
- shift
Methods Documentation