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

FEATURE REQUEST: give just the coordinates without the actual stitched image #49

Closed iomega15 closed 7 years ago

iomega15 commented 7 years ago

Please allow to stop the program after the TileConfiguration.registered.txt is created. The next step that does the actual stitching requires a lot of RAM, and crashes. However, once we have the registered tile coordinates, we can stitch them ourselves using distributed super-computing code. Therefore, we do not need the actual stitched image to be produced by your software. Thanks!

ctrueden commented 7 years ago

@iomega15 Have you tried changing the "Fusion method" to "Do not fuse images (only write TileConfiguration)"?

iomega15 commented 7 years ago

@ctrueden didn't see that, thanks.

iomega15 commented 7 years ago

@ctrueden ps: we were expecting to see it in the 'image output' menu, rather than in the 'fusing method'