Bug #1356 (closed)
Opened 10 years ago
Closed 10 years ago
Import Dicom: pixels type not correct
| Reported by: | jburel | Owned by: | bwzloranger |
|---|---|---|---|
| Priority: | critical | Cc: | cxallan |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
using r 4423
Imported Dicom/CT-MONO2-16-ort.dcm (from test folder)
The following error occurred while trying to generate a thumbnail
omero.InternalException
serverStackTrace = "ome.conditions.InternalException: Wrapped Exception: (java.lang.ArrayIndexOutOfBoundsException):
65536
at omeis.providers.re.quantum.Quantization_8_16_bit.buildLUT(Quantization_8_16_bit.java:272)
at omeis.providers.re.quantum.Quantization_8_16_bit.onWindowChange(Quantization_8_16_bit.java:283)
at omeis.providers.re.quantum.QuantumStrategy.setWindow(QuantumStrategy.java:285)
at omeis.providers.re.QuantumManager.initStrategies(QuantumManager.java:108)
at omeis.providers.re.Renderer.<init>(Renderer.java:309)
at ome.services.ThumbnailBean.load(ThumbnailBean.java:346)
at ome.services.ThumbnailBean.errorIfInvalidState(ThumbnailBean.java:760)
at ome.services.ThumbnailBean.createScaledImage(ThumbnailBean.java:701)
at ome.services.ThumbnailBean._createThumbnail(ThumbnailBean.java:839)
at ome.services.ThumbnailBean._getThumbnail(ThumbnailBean.java:1136)
at ome.services.ThumbnailBean._getThumbnailByLongestSide(ThumbnailBean.java:1171)
Change History (3)
comment:1 Changed 10 years ago by jburel
- Cc bwzloranger added
- Component changed from Services to Import
- Summary changed from rendering 8-16 to Import Dicom: pixels type not correct
comment:2 Changed 10 years ago by jburel
- Cc cxallan added; bwzloranger removed
- Owner changed from cxallan to bwzloranger
comment:3 Changed 10 years ago by bwzloranger
- 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.
Checked out db and pixels type
The pixels type is int16.
This implies that something is not correct during the import.
I rename ticket and move it to an other component