You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: