-
Notifications
You must be signed in to change notification settings - Fork 13
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
error - registration:moving spots #29
Comments
Hi @FangmingXie, I think this is the same issue that Liming ran into. Unfortunately, the software we're using here (BigStream1) is no longer being supported. We're in the process of switching to BigStream2, and will update you when it's ready. |
Thanks! |
Same issue as reported here, will report back once BigStream2 is implemented. |
Thanks @wangyuhan01 for your comment! Could you elaborate a bit on where you think the issue is? Is it an issue of big sample size? If so, how large of a sample is the limit for the current BigStream? We would like to plan our experiments accordingly. Thank you so much for your help! |
This is caused by lack of overlap in some image "tiles" between fixed and moving imaging rounds. In these "tiles", no moving spots pkl file is returned, which caused the error "IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed" in the tile-wise affine registration step. I created a pull request here to address this, but I am hopeful that BigStream2 will be the ultimate solution. |
Thanks so much @wangyuhan01! This is very informative. Here is my understanding of your comments:
Did I get it right? Thank you so much! |
- The problem isn't really just due to the size or scale of the image volume, although the larger the tissue size, the more likely it is to have a situation like you described. Rather, it is quite specific to the particular dataset. - You have solved this issue on your end, by tweaking the code yourself. |
Thanks @wangyuhan01 This is very helpful! We will try your changes first and see. Meanwhile, @krokicki we will be excited to use BigStream2 when it is ready. |
BigStream2 has been integrated (see here) so I'm closing this issue. |
Bug report
Description of the problem
I am trying to run some EASI-FISH data collected by ourselves using AWS s3. It errored out at
registration:moving spots
. Do you have a clue where it went wrong?In addition to the parameters and execution log below, I can also provide the full log file (
nf-xxxx.log
), though it is too large to paste it here. Please let me know if you need it though!Log file(s)
The text was updated successfully, but these errors were encountered: