abria / TeraStitcher

A tool for fast automatic 3D-stitching of teravoxel-sized microscopy images
http://abria.github.io/TeraStitcher/
Other
82 stars 32 forks source link

Unable to find stacks in the given directory #78

Closed saskra closed 3 years ago

saskra commented 3 years ago

I used this version: https://github.com/abria/TeraStitcher/wiki/Binary-packages#terastitcher-installer-gui-version

And these images: https://drive.google.com/open?id=0Bw_NEuFt5pE6TEtQRkR6b2F0Q0U

And this guide: https://www.dropbox.com/s/cr2gdd6owclgrjq/TeraStitcher%20QuickGuide_v1.2.pdf?dl=1

I did these settings: Bildschirmfoto zu 2020-11-26 17-29-11

But I got this error message:

**** WARNING ****: exception thrown in CImport::run(): "in StackedVolume::init(...): Unable to find stacks in the given directory"

Is there anything wrong with my settings?

PS: Same result with the command line version following this demo: https://github.com/abria/TeraStitcher/wiki/Demo-and-batch-scripts#command-line-demo

$ ./terastitcher --import --volin="/home/saskra/PycharmProjects/TeraStitcher/mouse.cerebellum.300511.sub3/tomo300511_subv3/069000" --ref1=y --ref2=-x --ref3=z --vxl1=0.8 --vxl2=0.8 --vxl3=1
ERROR: in StackedVolume::init(...): Unable to find stacks in the given directory

Ok, it looks like I was in the wrong folder level, and also had to use the --sparse_data option, which was not mentioned in the demo.