Skip to content

Commit

Permalink
Merge pull request #3587 from h-mayorquin/add_nbb_extractor_for_time_…
Browse files Browse the repository at this point in the history
…series

Add `NwbTimeSeriesExtractor` to load non-electrical series data from NWB
  • Loading branch information
alejoe91 authored Jan 24, 2025
2 parents bed6308 + e52d4e0 commit 19d10c4
Show file tree
Hide file tree
Showing 3 changed files with 582 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 19d10c4

Please sign in to comment.