Open JohnTigue opened 5 years ago
Main example, Granule Cell 63X Start uses an XML file generated by Zeiss ZEN.
fly motor neurons has .tif files that contain multiple images in one file. These seem to be called multi-page TIFFs, or in PIL's words "Multi-frame TIFF Images."
That's not how the challenge data is presented. So, this will not work:
ShuTuAutoTraceOneStack some_multi_frame.tif some_shutu_config.dat
I think the .tif files in the challenge are pre-stitched so don't even need to do first step?
The main ShuTu distro comes with various *.dat files:
These do not contain any info about the image stack, so something else is providing the index to the image stack.
See the ShuTu tutorial for multiple examples of datsets being loaded. Datasets generated multiple ways.