Skip to content
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

Odd File not Found Error #43

Open
lacan opened this issue Jul 28, 2017 · 1 comment
Open

Odd File not Found Error #43

lacan opened this issue Jul 28, 2017 · 1 comment

Comments

@lacan
Copy link

lacan commented Jul 28, 2017

Hi

I have files that have a particular name r02c02f01p01-ch1sk1fk1fl1.tiff
Which I feed into the stitcher with r02c02f{ii}p01-ch1sk1fk1fl1.tiff
because I have 9 fields and they are a 3x3 stitch.

However when it tries to load the first tile, I get this error

OperettaReader initializing X:\Joao\PE\assay1__2017-07-27T14_54_29-Measurement 1\Images\r02c02f01p01-ch1sk1fk1fl1.tiff
java.io.FileNotFoundException: X:\Joao\PE\assay1__2017-07-27T14_54_29-Measurement 1\Images\r07c02f02p01-ch1sk1fk1fl1.tiff (The system cannot find the file specified)

Why is it trying to load r07c02f02p01-ch1sk1fk1fl1.tiff when I never specified this as being a variable?

These images are on a share that is mounted on a windows machine...

If I copy the files locally, it works...

this is very odd and cannot make heads or tails of it. Any help is greatly appreciated.

Oli

@imagejan
Copy link
Member

That's very odd indeed.
I'd say this seems to be more likely a Bio-Formats issue (and I know that bio-formats tries to load group files when used with the standard BF.openImagePlus call that is used in the stitching plugin). Did you try what happens if you load the file manually using the loci.plugins.BF class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants