LIF: fix offset calculation for certain datasets with multiple unstitched files #4222
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3873, fixes #4199.
See files in
inbox/qa/31243
andinbox/gh-3873
. Without these changes,showinf
should throw anArrayIndexOutOfBoundsException
as described in the issues. With these changes, both files should initialize and display images without exception.ImageJ may be the easiest way to test, as much of this data has small pixel values, so the images may be hard to check with just
showinf
.Composite
color mode may also be useful to more closely match what LAS X shows. Screenshots of LAS X for comparison will be added to the forthcoming config PR.I'd expect this to be OK for a patch release assuming tests continue to pass.