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

Initial support for grid stitching from paths #24

Closed zeb closed 9 years ago

zeb commented 9 years ago

This PR is a preliminary work towards the stitching use case described in imagej/imagej-omero#45.

The intent would be to enable file lookup from a list of absolute paths in arbitrary directories (such as the OMERO ManagedRepository), without duplication to a temporary location beforehand and with moderate refactoring impact on the plugin. Ideally, all grid types exposed in the plugin would be candidates for such support, but the current patch is restricted to a minimal subset in order to get a prototype running and gather early feedback on this approach.

The current behaviour is as follows:

# Ignore the first three lines
ignore_relative_path.tif

/path/to/tile_1.tif
/path/to/tile_i.tif
ctrueden commented 9 years ago

@zeb Awesome! I'll try to review this in detail early next week, unless @StephanPreibisch gets to it first.

zeb commented 9 years ago

This request was probably too hasty - on second thought, a more manageable approach might just be to maintain a separate plugin/adapter without altering upstream. Closing, sorry for the noise.