rdarie / Data-Analysis

Borton Lab LFP Neural Data Analysis
0 stars 0 forks source link

Multi-segment events might have wrong nix references #20

Open rdarie opened 5 years ago

rdarie commented 5 years ago

e.g.

(Pdb) allEvIn.shape
(2855,)
(Pdb) len(allEvIn.annotations['amplitude'])
3133
rdarie commented 5 years ago
>>> allEvIn._rawio.file.blocks[0].groups
[Group: {name = seg0_201901070700-ProprioRC_analyze, type = neo.segment, id = 2fad17d3-bee7-49aa-8812-e1d6ec1d12bf}, Group: {name = seg1_201901070700-ProprioRC_analyze, type = neo.segment, id = 624eb7e0-99a6-40ff-bd99-7d4a483b49f7}, Group: {name = seg3_201901070700-ProprioRC_analyze, type = neo.segment, id = f2214391-0b81-4eab-9e62-97fc40fd0a86}, Group: {name = seg2_201901070700-ProprioRC_analyze, type = neo.segment, id = 416bff9b-ad49-4dc4-9217-21008c891155}]

Dictionaries out of order??