Skip to content

Commit

Permalink
add time series extractor from nwb
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 17, 2024
1 parent 6fde997 commit 2739ea7
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 6 deletions.
10 changes: 9 additions & 1 deletion src/spikeinterface/extractors/extractorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@
from .neoextractors import NeuroScopeSortingExtractor, MaxwellEventExtractor

# NWB sorting/recording/event
from .nwbextractors import NwbRecordingExtractor, NwbSortingExtractor, read_nwb, read_nwb_recording, read_nwb_sorting
from .nwbextractors import (
NwbRecordingExtractor,
NwbSortingExtractor,
NwbTimeSeriesExtractor,
read_nwb,
read_nwb_recording,
read_nwb_sorting,
read_nwb_timeseries,
)

from .cbin_ibl import CompressedBinaryIblExtractor, read_cbin_ibl
from .iblextractors import IblRecordingExtractor, IblSortingExtractor, read_ibl_recording, read_ibl_sorting
Expand Down
Loading

0 comments on commit 2739ea7

Please sign in to comment.