JinghaoLu / MIN1PIPE

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

Error to run demo #67

Open Julia220418 opened 2 years ago

Julia220418 commented 2 years ago

Hi, for the first time I tried to run min1pipe with demo data, but I received an error from Matlab. Here is the error message;

Error in frame_reg (line 49) select_gpu;

Error using min1pipe (line112) [m, corr_score, raw_score, scl, imaxy] = frame_reg(m, imaxy1, se, Fsi_new, pixs, scl, sigma_x, sigma_f, sigma_d);

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

Would you tell me how I can solve it?

JinghaoLu commented 2 years ago

Hi Julia, it seems the error message is not full, but I guess the issue might be due to the lack of GPU on your machine.

Julia220418 commented 2 years ago

ok, thank you very much. I try again with another PC.