Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Aug 16, 2024
1 parent 0d8b03a commit 57b0c8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caiman/motion_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
import caiman
import caiman.base.movies
import caiman.mmapping
import caiman.motion_correction
import caiman.paths

try:
Expand Down Expand Up @@ -2772,7 +2771,7 @@ def motion_correct_batch_rigid(fname, max_shifts, dview=None, splits=56, num_spl
np.array([high_pass_filter_space(m_, gSig_filt) for m_ in m]))
if is3D:
# TODO - motion_correct_3d needs to be implemented in movies.py
template = caiman.motion_correction.bin_median_3d(m) # motion_correct_3d has not been implemented yet - instead initialize to just median image
template = bin_median_3d(m) # motion_correct_3d has not been implemented yet - instead initialize to just median image
# template = caiman.motion_correction.bin_median_3d(
# m.motion_correct_3d(max_shifts[2], max_shifts[1], max_shifts[0], template=None)[0])
else:
Expand Down

0 comments on commit 57b0c8a

Please sign in to comment.