How to improve motion correction? #194
-
Hi. I'm working on a dataset of which neurons are sparse and somewhat weak (in terms of fluorescent intensity). Sometimes the output of motion correction seems not any better--I've attached an example image. I was wondering how I can improve this step. Is this related to the ksize of denoise or wnd of background removal (I've used 7 and 15, respectively)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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:
|
Beta Was this translation helpful? Give feedback.
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:
remove_background
step, then you can do motion correction before the preprocessing steps. This is oftentimes used in conjunction with 1