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
If you run dcm2bids_helper once and try to run it again, you get:
dcm2bids_helper
(dcm2bids) sam:~/dcm2bids-tutorial/bids_project$ dcm2bids_helper -d sourcedata/dcm_qa_nih/In/20180918GE Previous dcm2niix directory output found: /home/sam/dcm2bids-tutorial/bids_project/tmp_dcm2bids/helper Use --forceDcm2niix to rerun dcm2niix Example in: /home/sam/dcm2bids-tutorial/bids_project/tmp_dcm2bids/helper
However when you try to --forceDcm2niix, it outputs an error:
--forceDcm2niix
(dcm2bids) sam:~/dcm2bids-tutorial/bids_project$ dcm2bids_helper -d sourcedata/dcm_qa_nih/In/20180918GE --forceDcm2niix usage: dcm2bids_helper [-h] -d DICOM_DIR [DICOM_DIR ...] [-o OUTPUT_DIR] dcm2bids_helper: error: unrecognized arguments: --forceDcm2niix
The quick n dirty way solution is to rm -r tmp_dcm2bids/helper but I think it would be great to either
rm -r tmp_dcm2bids/helper
The text was updated successfully, but these errors were encountered:
arnaudbore
Successfully merging a pull request may close this issue.
If you run
dcm2bids_helper
once and try to run it again, you get:(dcm2bids) sam:~/dcm2bids-tutorial/bids_project$ dcm2bids_helper -d sourcedata/dcm_qa_nih/In/20180918GE Previous dcm2niix directory output found: /home/sam/dcm2bids-tutorial/bids_project/tmp_dcm2bids/helper Use --forceDcm2niix to rerun dcm2niix Example in: /home/sam/dcm2bids-tutorial/bids_project/tmp_dcm2bids/helper
However when you try to
--forceDcm2niix
, it outputs an error:(dcm2bids) sam:~/dcm2bids-tutorial/bids_project$ dcm2bids_helper -d sourcedata/dcm_qa_nih/In/20180918GE --forceDcm2niix usage: dcm2bids_helper [-h] -d DICOM_DIR [DICOM_DIR ...] [-o OUTPUT_DIR] dcm2bids_helper: error: unrecognized arguments: --forceDcm2niix
The quick n dirty way solution is to
rm -r tmp_dcm2bids/helper
but I think it would be great to either--forceDcm2niix
withdcm2bids_helper
The text was updated successfully, but these errors were encountered: