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

Do not write discarded tiles to TileConfiguration.registered.txt #35

Open
imagejan opened this issue Dec 8, 2015 · 1 comment
Open

Comments

@imagejan
Copy link
Member

imagejan commented Dec 8, 2015

When a tile is discarded during stitching, this tile will only be ignored in the current stitching run, but it's image name and the coordinates (0.0, 0.0, 0.0) are recorded in the TileConfiguration.registered.txt file that is written on disk.

This behavior breaks workflows where the tile configuration is calculated from one set of images and subsequently applied to other sets (e.g. channels) without re-computing the overlap.
(Filtering the (0.0, 0.0, 0.0) positions would not work, since there always is one image that truly belong to this origin position.)

The discarded tile information should either not be written to the configuration file at all, or be marked as ignored. (See also the related issue #10)

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/stitch-then-split-large-round-field-in-fiji/41049/6

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