Skip to content
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

Sequential Alignment #312

Open
DruncBread opened this issue Feb 14, 2025 · 2 comments
Open

Sequential Alignment #312

DruncBread opened this issue Feb 14, 2025 · 2 comments

Comments

@DruncBread
Copy link

DruncBread commented Feb 14, 2025

Hi,

Would you mind providing tutorial for sequential alignment?
Like slice1 align to slice0, slice2 align to slice1, slice3 align to slice2 and so forth....

Thank you!

Best regards.

@YifanLu2000
Copy link
Contributor

Hi @DruncBread, we have a comprehensive tutorial that should help address your sequential alignment needs: 3D Reconstruction with Pairwise Alignment on Drosophila Data.

Alternatively, you can directly process multiple slices using st.align.morpho_align function, the function will automatically perform the sequential alignment, that is, slice1 aligns to slice0, slice2 aligns to slice1... Here's a quick reference:

align_slices, pis = st.align.morpho_align(
    models=slices,  # slices should be a list containing slice1, slice2, slice3...
    # ... other parameters ...
) # align_slices will contain the aligned spatial coordinates

@DruncBread
Copy link
Author

Hi,

Thank you for your reply. I will see the tutorial. Thank you very much for your guidance!

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants