Skip to content

Commit

Permalink
Merge branch 'motion_object' of github.com:cwindolf/spikeinterface in…
Browse files Browse the repository at this point in the history
…to motion_object
  • Loading branch information
cwindolf committed May 31, 2024
2 parents 97bda65 + 9907372 commit 741b8ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/sortingcomponents/motion_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import numpy as np
from spikeinterface.core.core_tools import define_function_from_class
from spikeinterface.preprocessing import get_spatial_interpolation_kernel
from spikeinterface.preprocessing.basepreprocessor import (
BasePreprocessor, BasePreprocessorSegment)
from spikeinterface.preprocessing.basepreprocessor import BasePreprocessor, BasePreprocessorSegment

from ..preprocessing.filter import fix_dtype

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from spikeinterface.core.node_pipeline import ExtractDenseWaveforms
from spikeinterface.sortingcomponents.motion_estimation import estimate_motion
from spikeinterface.sortingcomponents.peak_detection import detect_peaks
from spikeinterface.sortingcomponents.peak_localization import \
LocalizeCenterOfMass
from spikeinterface.sortingcomponents.peak_localization import LocalizeCenterOfMass
from spikeinterface.sortingcomponents.tests.common import make_dataset

if hasattr(pytest, "global_test_folder"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
import spikeinterface.core as sc
from spikeinterface import download_dataset
from spikeinterface.sortingcomponents.motion_interpolation import (
InterpolateMotionRecording, correct_motion_on_peaks, interpolate_motion,
interpolate_motion_on_traces)
InterpolateMotionRecording,
correct_motion_on_peaks,
interpolate_motion,
interpolate_motion_on_traces,
)
from spikeinterface.sortingcomponents.motion_utils import Motion
from spikeinterface.sortingcomponents.tests.common import make_dataset

Expand Down

0 comments on commit 741b8ca

Please sign in to comment.