JuliaNeuroscience / NeuroCore.jl

Core methods and structures for neuroscience research in Julia.
MIT License
17 stars 3 forks source link

What should electrode dimensions be? #24

Open grahamas opened 2 years ago

grahamas commented 2 years ago

I have an EEG recording with 20 channels. At the moment, I have no information about the arrangement of these electrodes in physical space. Should the 1:20 dimension of electrodes still fall under SpatialAPI?

Tokazama commented 2 years ago

I assume that the array resulting from this looks like a matrix where one dim is time and the other are electrodes? I'm not sure if it matters if we consider that dimension "spatial" unless the matrix itself acts on that information.