cortex-lab / Suite2P

Tools for processing 2P recordings
Other
120 stars 65 forks source link

Undefined function or variable 'Fbase'. #170

Open chunyueli opened 5 years ago

chunyueli commented 5 years ago

First, thanks very much for developing this very useful toolbox!

I downloaded the newest version of suit2p today. I set ops.deconvType= 'L0' and run "wrapperDECONV.m" to get the spike train results. Then I get this error "Undefined function or variable 'Fbase'." I check the code and it's true that there is no Fbase under L0 situation.

Moreover, I also notice that the neuropil coefficient was set to 0.8 by this command coefs = min(.8, ops.maxNeurop) * ones(1, NN), since ops.maxNeurop is always 1. Could you please explain why? Thanks very much!