Dicom2Nifti options with linux command-line #1421
-
Hello, I'm using CaPTk in a Pipeline and for that I need to add options to dcm2niix conversion. Is there any way of adding options at that command-line ? Many thanks for your feedback |
Beta Was this translation helpful? Give feedback.
Answered by
sarthakpati
Jul 16, 2021
Replies: 1 comment 3 replies
-
Hi, Thank you for your interest in CaPTk! If you want to pass additional parameters to cd ${CaPTk_InstallDir}/bin # this is where all executables are present
./dcm2niix -i /home/DicomFolder -o /home/result.nii.gz -d2n {-z Y -f %p} Cheers, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nomook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for your interest in CaPTk!
If you want to pass additional parameters to
dcm2niix
, you can do so directly in this manner:Cheers,
Sarthak