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

dcm2mnc -stdin fails #167

Open
moreje opened this issue Apr 12, 2024 · 1 comment
Open

dcm2mnc -stdin fails #167

moreje opened this issue Apr 12, 2024 · 1 comment

Comments

@moreje
Copy link

moreje commented Apr 12, 2024

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

@moreje moreje changed the title dcm2mnc stdin dcm2mnc -stdin fails Apr 12, 2024
@moreje
Copy link
Author

moreje commented Apr 12, 2024

ok, i'm answering myself...
find do the job!

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

1 participant