JinghaoLu / MIN1PIPE

A MINiscope 1-photon-based Calcium Imaging Signal Extraction PIPEline.
GNU General Public License v3.0
59 stars 27 forks source link

Error with par_init(m); #9

Closed bolOSIveRcENTR closed 5 years ago

bolOSIveRcENTR commented 5 years ago

Hi I get his error running min1pipe on my data or the demo data (used in case below), I've removed some of the output preceding the error:

Done pix select, time: 0.74309 seconds Error using preprocess_data (line 57) MatFile objects are scalar. Access variables using the syntax objName.varName(indices).

Error in par_init (line 8) P = preprocess_data(m);

Error in min1pipe (line 124) [P, options] = par_init(m);

Error in demo_min1pipe (line 14) [fname, frawname, fregname] = min1pipe(Fsi, Fsi_new, spatialr, se, ismc, flag);

I'm using matlab 2016b on windows 7 machine. Please let me know if you have any suggestions. Thanks!

bolOSIveRcENTR commented 5 years ago

sorry had another preprocess_data in my file path