Hello everyone,
Here’s my setup:
XNAT: 1.8.10
Container Service: 3.5.0
OHIF Viewer: 3.7.1
OS: Linux
Installation: via Docker using NRG XNAT Docker Compose
I installed the following container: NRG XNAT dcm2niix
However, when I try to run it on a DICOM session, I get this error in Command History:
View stdout (from file):
However, when I try to run it on a DICOM session, I get this error in Command History:
View stdout (from file):
View stderr (from file):
To verify if the problem was with my DICOM data, I also installed dcm2niix locally, and it successfully generated the .nii file.
So I suspect the issue is not with XNAT itself, but with the dcm2niix container.
It seems that the /input directory mounted by XNAT doesn’t contain valid DICOMs, or it’s not being mounted as expected inside the container.
Has anyone experienced a similar issue?
How did you solve it?
The materials in this message are private and may contain Protected Healthcare Information or other information of a sensitive nature. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender via telephone or return mail.
Hi Charlie,
thanks — I’ve resolved the issue by configuring the path translation as follows:
XNAT Path Prefix: /data/xnat
Server Path Prefix: /home/myName/projects/xnat-docker-compose/xnat-data
Everything works correctly now.
Thanks again for your help!
Filippo