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

Whole-side image created with Orthanc dicom-izer does not display #589

Closed
Malik-Adil opened this issue Jun 25, 2019 · 10 comments
Closed

Whole-side image created with Orthanc dicom-izer does not display #589

Malik-Adil opened this issue Jun 25, 2019 · 10 comments

Comments

@Malik-Adil
Copy link

I have converted the .tiff (microscopy image) image to Dicom using Orthanc dicom-izer plugin. Converted image work in the Orthanc Viewer. but when I open the image in Ohif viewer it gives me error as shown in the Attachment.
Screenshot from 2019-06-25 09-20-27

@swederik swederik changed the title Image not show in the viewer Whole-side image created with Orthanc dicom-izer does not display Jun 25, 2019
@swederik
Copy link
Member

swederik commented Jun 25, 2019

It looks like it is retrieving part of the metadata tree but breaking on one of the instances. I would have to see the image to understand what is wrong. This is really an issue for https://github.com/dcmjs-org/dicom-microscopy-viewer, but if you provide the file we can try to understand what is wrong.

@Malik-Adil
Copy link
Author

Malik-Adil commented Jun 25, 2019

Hi Swederik,
Thanks, This is Orthanc Converted Dicom file.

https://drive.google.com/drive/folders/1zBwSAZxuXfkn5j-GxP_iiycYKNrtkeWA?usp=sharing

@Malik-Adil
Copy link
Author

Hi, swederik,

Above issue is solve I have to use the dataset.json for adding the missing Tags. Know I m facing the issue as shown in the Attachment.

Screenshot from 2019-06-26 13-53-37

Thanks

@swederik
Copy link
Member

Can you expand the error to show the whole issue? You are showing the minimized version.

@Malik-Adil
Copy link
Author

Expanded Error Image
Screenshot from 2019-06-27 09-03-21

@Malik-Adil
Copy link
Author

Malik-Adil commented Jun 27, 2019 via email

@Malik-Adil
Copy link
Author

Malik-Adil commented Jul 2, 2019

The issue is resolutions.push(zoom factor); Zoom factor is not created correctly if we create the zoom factor with help of baseTotalPixelMatrixColumns / totalPixelMatrixColumns; then Resolution is created correctly.

After doing this My issue is resolved

Please update the microscope extension with this change

Thanks

@dannyrb dannyrb reopened this Jul 2, 2019
@Malik-Adil
Copy link
Author

Converted WSI Image using Dicomizer.
https://drive.google.com/open?id=1nLYeGR6M_BJDtzE9EeBaNg6z7malfQ44

I will get the wrong resolution when I view this file in Viewer. When I create the resolution using this Method

baseTotalPixelMatrixColumns / totalPixelMatrixColumns;

Resolution becomes correct but When the View reaches tileLoadFunction it gets the corrupted buffer therefor it creates a corrupted image.

@dannyrb
Copy link
Member

dannyrb commented Aug 28, 2019

After further review, this issue may be better suited for this repository: https://github.com/dcmjs-org/dicom-microscopy-viewer

@mrcolo
Copy link

mrcolo commented Aug 5, 2020

Any update on this? Been experimenting with Viewer and I'm getting the same exact errors..

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

No branches or pull requests

4 participants