-
Notifications
You must be signed in to change notification settings - Fork 9
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
how to get mapping matrix from ST alignment task #776
Comments
Hi @MUCDK , I have solved this issue: solutions = ap.solutions Access the computed solutionsfor cur_idx in range(1,len(slice_ids)): |
Hi @yuling999666 , This is correct! And yes, the mapping is determinisstic. |
Hi @MUCDK , thank you for your reply. Do you mean the whole process for alignment including getting aligned spatial coordinates is deterministic? Thanks. |
Yes, note that (F)GW (the underlying alg.) is not guaranteed to converge to the global minimum and the solution is not unique, but it's still deterministic. Do you observe non-deterministic behaviour or why are you asking? |
Hi @ilibarra , I would like to ask how to get mapping matrix for alignment? Do you compute it? I didn't find it in your code. Thanks.
The text was updated successfully, but these errors were encountered: