more fixes
This commit is contained in:
parent
e951d2df03
commit
f86d1737cb
@ -19,9 +19,7 @@ def read_baseline_spikes(dataset):
|
||||
nix_file = nix.File.open(os.path.join(dataset, base), nix.FileMode.ReadOnly)
|
||||
b = nix_file.blocks[0]
|
||||
t = b.tags["BaselineActivity_1"]
|
||||
embed()
|
||||
spike_times = t.retrieve_data("Spikes-1")
|
||||
|
||||
nix_file.close()
|
||||
return spike_times
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user