We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a64ee5 commit 15040bbCopy full SHA for 15040bb
pydra/tasks/dcm2niix/utils.py
@@ -321,6 +321,8 @@ class Dcm2Niix(ShellCommandTask):
321
>>> task = Dcm2Niix()
322
>>> task.inputs.in_dir = "tests/data/test_dicoms"
323
>>> task.inputs.out_dir = "tests/data/output"
324
+ >>> import os
325
+ >>> print(os.getcwd())
326
>>> task.cmdline
327
'dcm2niix -o tests/data/output -f out_file tests/data/test_dicoms'
328
"""
0 commit comments