Task #9870 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: DICOM reader regression
| Reported by: | crueden-x | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.7 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | mlinkert |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
As of version 4.3.3, the file dicom/prashant/TestImage.dic displayed correctly:
java -jar loci_tools-4.3.3.jar TestImage.dic
But when displayed with 4.4.0+, there are artifacts due to negative pixel values:
java -jar loci_tools-4.4.4.jar TestImage.dic
It may be that neither of these versions is reading the file completely correctly, but the behavior definitely changed, and is very likely incorrect in the latest code.
Change History (3)
comment:1 Changed 7 years ago by jmoore
- Cc mlinkert-x added
- Summary changed from DICOM reader regression to Bug: DICOM reader regression
- Type changed from Bug to Task
comment:2 Changed 7 years ago by jmoore
- Component set to Bio-Formats
- Milestone set to OMERO-4.5
- Priority changed from minor to major
comment:3 Changed 7 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
PR filed: https://github.com/openmicroscopy/bioformats/pull/272