[tonix] testing data analog signal is at 3 now
This commit is contained in:
parent
0b1750ea24
commit
116bee2272
@ -35,23 +35,19 @@ class RawToNix:
|
|||||||
self.block.metadata = sec
|
self.block.metadata = sec
|
||||||
|
|
||||||
def append_fish_lines(self):
|
def append_fish_lines(self):
|
||||||
efishs = [
|
efishs = ["ttl-line", "global-eod", "stimulus", "local-eod", "sinus"]
|
||||||
"ttl-line",
|
|
||||||
"global-eod",
|
|
||||||
"stimulus",
|
|
||||||
"local-eod",
|
|
||||||
]
|
|
||||||
|
|
||||||
efish_types = [
|
efish_types = [
|
||||||
"open-ephys.data.sampled",
|
"open-ephys.data.sampled",
|
||||||
"open-ephys.data.sampled",
|
"open-ephys.data.sampled",
|
||||||
"open-ephys.data.sampled",
|
"open-ephys.data.sampled",
|
||||||
"open-ephys.data.sampled",
|
"open-ephys.data.sampled",
|
||||||
|
"open-ephys.data.sampled",
|
||||||
]
|
]
|
||||||
|
|
||||||
efish_group = self.block.create_group("efish", "open-ephys.sampled")
|
efish_group = self.block.create_group("efish", "open-ephys.sampled")
|
||||||
|
|
||||||
efish_neo_data = self.neo_data[0].segments[0].analogsignals[1].load()
|
efish_neo_data = self.neo_data[0].segments[0].analogsignals[2].load()
|
||||||
|
|
||||||
for i in np.arange(len(efishs)):
|
for i in np.arange(len(efishs)):
|
||||||
log.debug(f"Appending efish traces {efishs[i]}")
|
log.debug(f"Appending efish traces {efishs[i]}")
|
||||||
|
Loading…
Reference in New Issue
Block a user