Skip to content
Discussion options

You must be logged in to vote

Hey so if you believe you're missing some cell after the preprocessing, then playing with ksize/wnd_size might help, otherwise they don't really play a strong role in motion correction. The real problem, as you noticed, is the sparsity of signals/landmarks for motion correction. There are usually different ways we deal with this depending on your data:

  1. if you have some stable landmark, you can draw an ROI to use that landmark only for motion correction.
  2. if you have some landmark that's removed by remove_background step, then you can do motion correction before the preprocessing steps. This is oftentimes used in conjunction with 1
  3. if all fails but you know there's really not much motion i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jiwonkim2020
Comment options

Answer selected by jiwonkim2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants