-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
motion correction feature requests #184
Comments
not clear from the docs, what i surmise is that both actually perform the time consuming estimation and alter the data, so they are idempotent in that subsequent applications of either result in zero corrections (at least if using the same strategy/parameters). why then do they have such different interfaces? if one wants to know the incidentally, if i have coacquired GCaMP and tdTomato, is there any disadvantage to including the GCaMP in motion correction? i can imagine the variable activity doing more harm than good, but don't have practical experience with which way the balanace typically goes. i want to know the displacements, so i cannot specify |
i'm not understanding the i don't see a way to add a “feature request” tag even though you request it here. |
ah, just read about the hmm's |
sima.motion.MotionEstimationStrategy
choices seem to consider translation only -- tho this is often the most significant motion, there are also detectable rotation (and shear, tho less so) components, and many segmentation methods will be distracted if these are left uncorrected. matlab's imregtform has options to include rotation or shear -- of course it is not fast. i am happy to continue doing my motion correction in matlab, but pure sima users would benefit from the option to be sensitive to these other modes.estimate()
returns ints -- are corrections quantized to whole pixels? this seems an unnecessary introduction of error, esp for small structures like axons.estimate()
reruncorrect()
(or v/v)? this is time consuming -- could alternative corrections be cached and queried like segmentations are?PlaneTranslation2D
'smethod
options? iscorrelation
phase correlation? isECC
this or this?The text was updated successfully, but these errors were encountered: