-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear how to build JSON files #19
Comments
Hi @justjess678, sorry for the delayed reply and if the readme was unclear. From what I understand, you work with two-dimensional images. Although 2D mode is supported in this tool, I would suggest to try other tools such as Fiji's Stitching plugin: https://imagej.net/Image_Stitching. This plugin essentially solves the same problem of combining several tiles into a single image while providing an intuitive user interface, and it's perfectly suitable for 2D and small 3D image collections. Our high-performance cluster-based solution uses a similar approach but scales it up to enable support of very large datasets. The example JSON tile configuration file in the readme is what this tool takes as an input, which is called
I hope this helps, and thanks for the interest in this project! |
Not an issue so much as a question: in phase 2." Preparing input tile configuration files", what is that file shown as an example? What is it called? What is stored in the
ch0.json
file? Do I need to fill it myself or is it generated?And more importantly what do all the parameters mean? Why are there three in each list? (I would have expected 2 instead, for length and height values).
I have two
.tif
images, in black and white, with a size of 441x372px, what would I put in their configuration files?Thanks for any help on this :)
The text was updated successfully, but these errors were encountered: