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

3d stitching #227

Open
bpavie opened this issue Nov 18, 2024 · 1 comment
Open

3d stitching #227

bpavie opened this issue Nov 18, 2024 · 1 comment

Comments

@bpavie
Copy link

bpavie commented Nov 18, 2024

Dear All,

I have a 3d stack that I would like to stitch using ashlar:
tile_x001_y001_z001.tif
tile_x001_y001_z002.tif
...
tile_x002_y010_z402.tif

I looked at the documentation but I am not sure exactly how I could use file pattern in x/y/z to stitch.
The filepattern seems to support cols and rows bu not Z stack.

Would it be possible to have a example on how to perform this or to know if it's possible to stitch 3d Z-stack with ashlar ?

Best,
Benjamin

@jmuhlich
Copy link
Collaborator

There's no support for stitching with Z-stack images. We have a few ideas for how it might be done but there are actually a lot of subtle issues to consider. You could try to stitch a fixed central Z-plane e.g. z200 in your case and see how the image looks -- use something like "filepattern|...|pattern=tile_x{col:03}_y{row:03}_z200.tif|...". If it works, I can show you how to generate a CSV with the corrected tile coordinates to use in reconstructing the full Z-stacks. Let me know if the stitching looks wrong and we can troubleshoot it.

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