We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
ok, i'm answering myself... find do the job!
Sorry, something went wrong.
No branches or pull requests
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
I'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
The text was updated successfully, but these errors were encountered: