-
Notifications
You must be signed in to change notification settings - Fork 230
Description
Hi guys,
I am raising an issue about using DREdge lfp method for drift correction of Neuropixels recording. With version 0.103.0, I failed to import estimate_motion and related from spikeinterface.preprocessing, as suggested in the online Tutorial. I went through the folders and found a motion.py in the folder //spikeinterface/preprocessing and some motion-related files in the folder //spikeinterface/sortingcomponents/. It seems only DREdge_ap was included in the compute_motion of the former. Maybe I could turn to spikeinterface.sortingcomponents.motion. Is it true?
If this is the case, the next question follows. The methods employed in the motion_estimation of spikeinterface.sortingcomponents include dredge_ap and dredge_lf, but only the former was shown with demo. Besides, a dredge.py was found in /***/spikeinterface/sortingcomponents/motion/ and includes dredge_lfp.