-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error IndexOutOfBound on new registration #11
Comments
Hi @Xqua, I assume the problem is related to the tiles we introduced with BigStitcher. Since we automatically move Views in x,y,z according to their metadata (to have a good pre-alignment with tiled images), your Angles are probably moved in a way that they don't overlap (and the registration will ignore non-overlapping images). I can reproduce the same problem in a test dataset I have lying around (BigDataViewer screenshot): We are actively working on fixing this issue (e.g. 996411f), so I hope the problem will be gone with the next update in Fiji. In the meantime, you should be able to fix this by selecting I hope that you should then be able to register the images. If that does not help, as a last resort, you can uninstall BigStitcher to downgrade to the previous version of MVR ( 😢 ). Best, |
Thanks for the info ! I understand what's happening now :D Couldn't make it work even by asking it map each to each ... went back to the pre MVR version and it's working like a charm ! Happy to provide you with a CZI for debugging if you ever need one ! |
Hi @Xqua, Another solution (if you do not want to downgrade ;) ) would be to remove the metadata translation from the view registrations. Depending on whether you used the Z.1 Loader or the AutoLoader, you could do the following:
Then, the MVR should work like in the old version (but with the various tweaks and optimizations we introduced since then). I'll try to reproduce the error you got on the dataset I have lying around (I should be pretty much the same as yours, a simple, multi-angle czi with one image per angle). If it's easy for you to provide your file, I can have a look as well, thanks for the offer! Best, |
Hi since the new version that detects tiles I'm running into this issue when I want to register the dataset:
The problem is that I have no tiles in my dataset to start with.
The text was updated successfully, but these errors were encountered: