- 
                Notifications
    
You must be signed in to change notification settings  - Fork 26
 
Closed
Labels
OptimizationPerformance or Resource OptimzationPerformance or Resource OptimzationenhancementNew feature or requestNew feature or request
Description
Currently we use im_translate to perform image shifting via FFT.  For integer (pixel) shifts we can use np.roll on the data directly.
I think the im_translate can be used in the case of subpixel shifts and in future optimized cases where we are already in F space.
I suspect this would just involve creating a function for the integer shifting and some test logic in shift.
chris-langfield
Metadata
Metadata
Assignees
Labels
OptimizationPerformance or Resource OptimzationPerformance or Resource OptimzationenhancementNew feature or requestNew feature or request