Closed jessierliu closed 4 years ago
Yes, this can be done. It requires making a VectorIndex
column that targets the anode DynamicTableRegion
. Are you sure you won't need vector cathodes as well?
Oh, hmm, so I thought that the elements of the anode
column were DynamicTableRegion
s themselves? Would you not be able to simply define it with more electrodes than a single one?
And sure, it could be multiple cathode, multiple anode, or single in each, I think.
@bendichter Is it possible to define a
DynamicTableRegion
covering several electrodes for theanode
andcathode
columns of thebipolar_reference_scheme
?From the point of view of stimulation, you might spread out the
anode
, lets say, to actually be across several electrodes. However, the correspondingcathode
would be only 1 elec. And this bipolar pair, would have 1 recorded waveform. So in the putativeStimSeries
(upcomingndx-electrical-stim
), we would want to map this 1d array to the row inbipolar_reference_scheme
that may look like the first row in the below example table.If the new bipolar
DynamicTable
could have row entries like that, then it seems like this solves both stimulation and recording purposes.