Open
Description
from neo.rawio import SpikeGLXRawIO
from pathlib import Path
folder_path = Path("/home/heberto/neuroconv_testing_data/ephy_testing_data/spikeglx/DigitalChannelTest_g0")
rawio = SpikeGLXRawIO(folder_path)
rawio.parse_header()
rawio
This is the digital only example on the gin tests:
So for SpikeGLX the XD digital channels (non-mux digital channel) is used to form a memmap and then extract every bit as a line:
python-neo/neo/rawio/spikeglxrawio.py
Lines 341 to 365 in ab821e7
But it seems that we are also loading the whole channel in the signal.
I think this is OK and probably desired but I wanted to bring your attention that we are providing two ways of accessing the data here in case the discussion comes for another similar case.
Metadata
Metadata
Assignees
Labels
No labels