We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88b692 commit b90a5ffCopy full SHA for b90a5ff
1 file changed
src/spikeinterface/sortingcomponents/motion/motion_utils.py
@@ -82,7 +82,7 @@ def get_spatial_windows(
82
warnings.warn(
83
f"You are trying to estimate motion with `non-rigid` on a probe that is too short!"
84
f"get_spatial_windows(): {win_step_um=}/{win_scale_um=}/{win_margin_um=} are too large for the "
85
- f"probe size (depth range={np.ptp(contact_depths)}). You can try to reduce them or use rigid motion."
+ f"probe size (depth range={np.ptp(contact_depths)}). Switching to rigid motion."
86
)
87
88
border = ((max_ - min_) % win_step_um) / 2
0 commit comments