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
We first perform rigid registration (assuming that the whole image
shifts by some (dy,dx)), and then optionally after that we perform
non-rigid registration (assuming that subsegments of the image shift by
separate amounts). To turn on non-rigid registration, set
``ops['nonrigid']=True``. We will outline the parameters of each
registration step below.
seems to imply that nonrigid registration is turned off by default. Consulting the code
that is not the case. Nonrigid registration is turned on by default. This caused some confusion for us over the last few months. Can you please update the documentation to reflect what the code does?
The text was updated successfully, but these errors were encountered:
This paragraph in the documentation
seems to imply that nonrigid registration is turned off by default. Consulting the code
https://github.com/MouseLand/suite2p/blob/main/suite2p/run_s2p.py#L89-L93
that is not the case. Nonrigid registration is turned on by default. This caused some confusion for us over the last few months. Can you please update the documentation to reflect what the code does?
The text was updated successfully, but these errors were encountered: