cortex-lab / Rigbox

A MATLAB toolbox for running behavioral neuroscience experiments and managing data
GNU General Public License v3.0
33 stars 16 forks source link

dat.listExps: folder name assumptions #309

Open petersaj opened 3 years ago

petersaj commented 3 years ago

From slack: dat.listExps fails if there are folders with a number in them, would be nice to assume experiments are in number-only folders (e.g. "12") while number+character folders are ignored (e.g. "2012-12-07", "ephys2")

would be change in the regexp in: dat.listExps line 39