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

Allow for type changes in events #289

Open k1o0 opened 4 years ago

k1o0 commented 4 years ago

Is your feature request related to a problem? Please describe. Signals events can't be saved if they change type. This could be solved in the Registry by checking for uniqueness of the logs and saving as a cell array if the values can't be concatenated. Structs should be saved as struct arrays, not cell arrays.