Usually, in my workflow I am trying to stitch RGB images from the displacement of green channel. My folder structure looks like this:
000000/000000_000000/000000.tif (red)
000000/000000_000000/000010.tif (green)
000000/000000_000000/000020.tif (blue
I have attempted to run TeraStitcher with --sparse parameter on data that has some empty tile folders.
I am getting following error in TeraStitchers import step:
ERROR: in StackedVolume::applyReferenceSystem(): cannot compute origin.
Tile (0,0) [00258005/00258005_00149346] has no slice at z=0
The reason seems to be the lack of images in the corner positions of the grid. Or first and last folder of the folder structure. Putting blank images for each channel into the corners seems to solve the problem.
Usually, in my workflow I am trying to stitch RGB images from the displacement of green channel. My folder structure looks like this:
000000/000000_000000/000000.tif (red) 000000/000000_000000/000010.tif (green) 000000/000000_000000/000020.tif (blue I have attempted to run TeraStitcher with --sparse parameter on data that has some empty tile folders. I am getting following error in TeraStitchers import step: