You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-specs/task/nipype/afni/allineate.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -331,12 +331,12 @@ doctests:
331
331
# dict[str, str] - name-value pairs for inputs to be provided to the doctest.
332
332
# If the field is of file-format type and the value is None, then the
333
333
# '.mock()' method of the corresponding class is used instead.
334
-
in_file:
334
+
in_file:'"functional.nii"'
335
335
# type=file|default=<undefined>: input file to 3dAllineate
336
336
out_file: '"functional_allineate.nii"'
337
337
# type=file: output image file name
338
338
# type=file|default=<undefined>: output file from 3dAllineate
339
-
in_matrix:
339
+
in_matrix:'"cmatrix.mat"'
340
340
# type=file|default=<undefined>: matrix to align input file
341
341
imports:
342
342
# list[nipype2pydra.task.base.importstatement] - list import statements required by the test, with each list item
@@ -349,9 +349,9 @@ doctests:
349
349
# dict[str, str] - name-value pairs for inputs to be provided to the doctest.
350
350
# If the field is of file-format type and the value is None, then the
351
351
# '.mock()' method of the corresponding class is used instead.
352
-
in_file:
352
+
in_file:'"functional.nii"'
353
353
# type=file|default=<undefined>: input file to 3dAllineate
354
-
reference:
354
+
reference:'"structural.nii"'
355
355
# type=file|default=<undefined>: file to be used as reference, the first volume will be used if not given the reference will be the first volume of in_file.
356
356
allcostx: '"out.allcostX.txt"'
357
357
# type=file: Compute and print ALL available cost functionals for the un-warped inputs
@@ -367,9 +367,9 @@ doctests:
367
367
# dict[str, str] - name-value pairs for inputs to be provided to the doctest.
368
368
# If the field is of file-format type and the value is None, then the
369
369
# '.mock()' method of the corresponding class is used instead.
370
-
in_file:
370
+
in_file:'"functional.nii"'
371
371
# type=file|default=<undefined>: input file to 3dAllineate
372
-
reference:
372
+
reference:'"structural.nii"'
373
373
# type=file|default=<undefined>: file to be used as reference, the first volume will be used if not given the reference will be the first volume of in_file.
374
374
nwarp_fixmot: '["X", "Y"]'
375
375
# type=list|default=[]: To fix motion along directions.
Copy file name to clipboardExpand all lines: example-specs/task/nipype/afni/auto_tlrc.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ doctests:
125
125
# dict[str, str] - name-value pairs for inputs to be provided to the doctest.
126
126
# If the field is of file-format type and the value is None, then the
127
127
# '.mock()' method of the corresponding class is used instead.
128
-
in_file:
128
+
in_file:'"structural.nii"'
129
129
# type=file|default=<undefined>: Original anatomical volume (+orig).The skull is removed by this scriptunless instructed otherwise (-no_ss).
130
130
no_ss: 'True'
131
131
# type=bool|default=False: Do not strip skull of input data set (because skull has already been removed or because template still has the skull) NOTE: The ``-no_ss`` option is not all that optional. Here is a table of when you should and should not use ``-no_ss`` +------------------+------------+---------------+ | Dataset | Template | +==================+============+===============+ | | w/ skull | wo/ skull | +------------------+------------+---------------+ | WITH skull | ``-no_ss`` | xxx | +------------------+------------+---------------+ | WITHOUT skull | No Cigar | ``-no_ss`` | +------------------+------------+---------------+ Template means: Your template of choice Dset. means: Your anatomical dataset ``-no_ss`` means: Skull stripping should not be attempted on Dset xxx means: Don't put anything, the script will strip Dset No Cigar means: Don't try that combination, it makes no sense.
0 commit comments