Zapit-Optostim / zapit

General purpose optostimulation system
GNU Lesser General Public License v2.1
6 stars 1 forks source link

Config generator: Tile brain area with points #153

Open raacampbell opened 7 months ago

raacampbell commented 7 months ago

It would be great if we could generate a uniform grid of points over a defined set of brain area. e.g.

tileArea('areas',{'VISp'},'pointSpacingInMM',0.5,'side','bilateral')
tileArea('areas',{'VISp'},'pointSpacingInMM',0.5,'side','left')

Etc. Can generate points over multiple areas with the cell array.