Jun
Jun
I managed to narrow it down to this Tag which causes this issue: (0020,0037) ImageOrientationPatient, by changing the value using pydicom, ``` import pydicom ds = pydicom.dcmread('file1.dcm') print("Orientation", ds.ImageOrientationPatient) ds.ImageOrientationPatient...
How do i differentiate if its actual CT or just screenshots? These are all in .dcm format. Also, changing the ImageOrientationPatient doesn't entirely work. It worked for a Plain Fine...
Rounding the values to 2 decimal places or 7 did not work, error still pops up after inference. The dicom file i'm working on is confidential so i don't think...
Unfortunately I am back with this issue again. I am using OHIF-XNAT Viewer==3.5.1. This time, when I opened the console, it displayed this error:  Rounding the ImagePositionPatient or setting...
Hello @AHarouni, Working dicom images are taken from the CQ500 dataset. Non-working dicom images are from pacs and has been anonymized. I have exported segmentation nifti files from inference for...
I have uploaded the failed dicom file in a zip folder [here](https://drive.google.com/file/d/1x7_R3xEQTDBr0-qSvVPUeoDfS3SMAdqp/view?usp=sharing) The segmentation output in nifti format [here](https://drive.google.com/file/d/11YuAKWuBFwwpMoAtrzWocEDusgdmsIkT/view?usp=sharing) The segmentation output in dcm format converted through 3D Slicer [here](https://drive.google.com/file/d/1q9XKBnAOQW4G0Igce8SL6aW5uL90nLJS/view?usp=sharing)...
Oh v3-demo.ohif.org , I was able to load the seg file:   I think this should confirm that the issue is on the ohif-xnat viewer plugin
Hi Aharouni, How did you set up the XNAT Datastore? I assume your data is stored in the XNAT and you are calling --studies http://{xnat_url}:{port}/dicom-web ?
Hi Aharouni, Are changes required for the ``` def init_datastore(self) -> Datastore ``` function in main.py?
Just an update this works fine with git clone -b 3.7.0 https://github.com/OHIF/Viewers.git