You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: