-
Notifications
You must be signed in to change notification settings - Fork 65
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
I can never stitch anything. Just the same error #63
Comments
Hi @tcdoe, can you please post screenshots of the GUI that you use? It could be that you are maybe selecting the wrong options ... |
shure, |
of course, the files are there. I tried putting them into a generic C:\test folder and same error. |
Hi @tcdoe, you select the wrong mode (Grid: row-by-row: Right & Down). You need to select "Positions from file" instead, you can this described in detail in the documentation (https://imagej.net/plugins/image-stitching#grid-collection-stitching). Then {xx} and {yy} will work. Best, |
Hi, Thanks very much for reply! but that doesn't seem to work quite as you describe. If I use Positions from File, or Filename defined Position, and put in: I get the same file not found error. Do I really have to hand-make a custom TileConfiguration.txt file to get this to work in 3D? I get this working good for 2 dimensions, but dim=3 hasn't worked so far. Define the number of dimensions we are working ondim = 2 Define the image coordinatestestneur3d10x_L01_R01_C01.jpg; ; (0.0, 0.0) |
Hi, for dim=3 you usually use 3D images (e.g. a 3D TIFF) and not slices ... maybe that is the problem? |
Hi Thanks, I just have separate images in tiles; each image is a jpg. Again, thanks very much for your help. I guess I'll try the above, and see what I can get. |
Hi, as a first step I'd resave them to a 3D Tiff using Fiji and try if it actually works ... that is straight forward. Extending Stitching is always possible, but somebody needs to do it :) |
Thanks will do. Fortunately I got the 3D Tiff to generate, still working on the rest. Boosting my memory to 128G hope that's enough :)) |
Hi,
I've tried many variations and followed all instructions. However all I ever get is this error (below at end).
My images are taken in very standard way just moving X (column) from left to right, and then Y (next row).
Filenames are typical: testneur3d10x_L01_R01_C01.jpg, testneur3d10x_L01_R01_C02.jpg, etc.
I have tried the instructed file name notations variations:
testarr_L01_R{yy}_C{xx}.jpg
testarr_L01_R{jj}_C{ii}.jpg
testarr_L{zz}_R{yy}_C{xx}.jpg
my filenames are as specifically all like this: "testarr_L01_R01_C01.jpg"
where L is the z level, R is the row (y move) and C is the column (x move).
I have tried using {ii}, and {jj} etc; but that does not work either. Throws basically similar error.
I have the initial index set to 1.
Any help is much appreciated.
Cannot find file:
error:
Loading (0, 0): C:\AbemScan_v08\bin\x64\Debug\scan3D10xneuron02\testneur3d10x_L01_R{yy}_C{xx}.jpg ...
ERROR: Cannot find file: 'C:\AbemScan_v08\bin\x64\Debug\scan3D10xneuron02\testneur3d10x_L01_R{yy}_C{xx}.jpg' - abort stitching.
ERROR: Error during tile discovery, or invalid grid type. Aborting.
The text was updated successfully, but these errors were encountered: