fiji / Stitching

Fiji's Stitching plugins reconstruct big images from tiled input images.
http://imagej.net/Stitching
GNU General Public License v2.0
96 stars 64 forks source link

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

Open imagejan opened 8 years ago

imagejan commented 8 years ago

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 https://github.com/fiji/Stitching/issues/10)

imagesc-bot commented 3 years ago

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