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 add5128 commit a7d1565Copy full SHA for a7d1565
nipype/interfaces/afni/tests/test_auto_Refit.py
@@ -6,8 +6,18 @@
6
def test_Refit_inputs():
7
input_map = dict(args=dict(argstr='%s',
8
),
9
+ atrcopy=dict(argstr='-atrcopy %s %s',
10
+ ),
11
+ atrfloat=dict(argstr='-atrfloat %s %s',
12
13
+ atrint=dict(argstr='-atrint %s %s',
14
15
+ atrstring=dict(argstr='-atrstring %s %s',
16
17
deoblique=dict(argstr='-deoblique',
18
19
+ duporigin_file=dict(argstr='-duporigin %s',
20
21
environ=dict(nohash=True,
22
usedefault=True,
23
@@ -19,6 +29,10 @@ def test_Refit_inputs():
29
mandatory=True,
30
position=-1,
31
32
+ nosaveatr=dict(argstr='-nosaveatr',
33
34
+ saveatr=dict(argstr='-saveatr',
35
36
space=dict(argstr='-space %s',
37
24
38
terminal_output=dict(nohash=True,
0 commit comments