PerezOrtegaJ/Xsembles2P

Error when clicking on the neuron ROI

Closed this issue · 2 comments

Sorry but I met another question. I click Plot Spatial location and then click on the neuron ROI. It showed these errors. How can I solve it? Thank you.

xsembles error
xsembles——error

Hi. No problem. I forgot to change the name of the field of the structure variable. It needs to be Activity instead of ActivityBinary in line 53 of the Plot_Neuron_Signal.m file. The corrected line should look like this:

ensemble_activity = data.Analysis.Ensembles.Activity;

I have fixed the file!