You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The saturated image registration mode is currently orders of magnitude slower than the default mode. If it were faster, though, its level of robustness would make it the clearly preferred registration method.
Describe the solution you'd like
Using Cython or Numba would probably be best.
Describe alternatives you've considered
Parallelizing the code might be helpful, but not sure if this is too dependent on the number of cores available to the user.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The saturated image registration mode is currently orders of magnitude slower than the default mode. If it were faster, though, its level of robustness would make it the clearly preferred registration method.
Describe the solution you'd like
Using Cython or Numba would probably be best.
Describe alternatives you've considered
Parallelizing the code might be helpful, but not sure if this is too dependent on the number of cores available to the user.
The text was updated successfully, but these errors were encountered: