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

DICOM: fix raw RGB tile reading #3997

Merged
merged 1 commit into from
Jun 8, 2023
Merged

Conversation

melissalinkert
Copy link
Member

Fixes an incorrect tile offset calculation issue when working with uncompressed brightfield WSI data. I don't currently have permission to share the original test dataset, but will try to make an artificial dataset that demonstrates the issue once tests are confirmed to pass.

Without this PR, showinf -noflat -resolution 3 on the affected dataset showed scrambled tiles. With this PR, showinf -noflat -resolution 3 should match showinf -format MinimalTiff on the corresponding file for resolution 3.

I would not expect this to change behavior for anything other than the uncompressed brightfield WSI case, so tests should continue to pass.

/cc @dclunie.

@melissalinkert melissalinkert added this to the 6.13.1 milestone May 2, 2023
@snoopycrimecop
Copy link
Member

snoopycrimecop commented May 3, 2023

Conflicting PR. Removed from build BIOFORMATS-push#458. See the console output for more details.
Possible conflicts:

--conflicts Conflict resolved in build BIOFORMATS-push#461. See the console output for more details.

@melissalinkert
Copy link
Member Author

Copy link
Member

@dgault dgault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logic for the change seems to make sense. Builds and tests have continued to pass with this included and manual testing with public samples from https://downloads.openmicroscopy.org/images/DICOM/ does not show any noticeable regressions.

@dgault dgault merged commit 4432509 into ome:develop Jun 8, 2023
@melissalinkert melissalinkert modified the milestones: 6.13.1, 6.14.0 Jun 12, 2023
@melissalinkert melissalinkert deleted the dicom-raw-rgb branch September 6, 2024 19:01
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

Successfully merging this pull request may close these issues.

3 participants