Open moreje opened 7 months ago
Hello, how can I have dcm2mnc scaning subfolders to find dicom files? my data are in /SUBJECT/DICOM/SESS1/XXX/YYY
dcm2mnc -fname test /SUBJECT/DICOM/SESS1 can't find files tat are in YYY folder
dcm2mnc -fname test /SUBJECT/DICOM/SESS1
I've tried: ls -R /SUBJECT/DICOM/SESS1 | dcm2mnc -stdin -fname test ./
ls -R /SUBJECT/DICOM/SESS1 | dcm2mnc -stdin -fname test ./
but it fails with "skipping file xxxx.dcm xhich is not in the expected format"
what am I doing wrong? or is there another way? Thank you
ok, i'm answering myself... find do the job!
Hello, how can I have dcm2mnc scaning subfolders to find dicom files? my data are in /SUBJECT/DICOM/SESS1/XXX/YYY
dcm2mnc -fname test /SUBJECT/DICOM/SESS1
can't find files tat are in YYY folderI've tried:
ls -R /SUBJECT/DICOM/SESS1 | dcm2mnc -stdin -fname test ./
but it fails with "skipping file xxxx.dcm xhich is not in the expected format"
what am I doing wrong? or is there another way? Thank you