Skip to content

Commit

Permalink
add custom spikeglx subconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 29, 2024
1 parent 00ac11e commit 9d72fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ibl_to_nwb/_scripts/convert_brainwide_map_raw_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from one.api import ONE

from ibl_to_nwb.converters import BrainwideMapConverter, IblSpikeglxConverter
from ibl_to_nwb.converters import BrainwideMapConverter, IblSpikeGlxConverter
from ibl_to_nwb.datainterfaces import RawVideoInterface

session_id = "d32876dd-8303-4720-8e7e-20678dc2fd71"
Expand All @@ -29,7 +29,7 @@
data_interfaces = []

spikeglx_source_folder_path = Path("D:/example_data/ephy_testing_data/spikeglx/Noise4Sam_g0")
spikeglx_subconverter = IblSpikeglxConverter(folder_path=spikeglx_source_folder_path, one=ibl_client)
spikeglx_subconverter = IblSpikeGlxConverter(folder_path=spikeglx_source_folder_path, one=ibl_client)
data_interfaces.append(spikeglx_subconverter)

# Raw video takes some special handling
Expand Down

0 comments on commit 9d72fd0

Please sign in to comment.