-
Notifications
You must be signed in to change notification settings - Fork 0
/
3dAttribute.json
85 lines (85 loc) · 3.23 KB
/
3dAttribute.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"command-line": "3dAttribute [NAME] [ALL] [CENTER] [SSEP] [SPREP] [QUOTE] [ANAME] [DSET]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-name",
"description": "Include attribute name in printout",
"id": "NAME",
"name": "NAME",
"optional": true,
"type": "String",
"value-key": "[NAME]"
},
{
"command-line-flag": "-all",
"description": "Print all attributes [don't put aname on command line] Also implies '-name'. Attributes print in whatever order they are in the .HEAD file, one per line. You may want to do '3dAttribute -all elvis+orig | sort' to get them in alphabetical order.",
"id": "ALL",
"name": "ALL",
"optional": true,
"type": "String",
"value-key": "[ALL]"
},
{
"command-line-flag": "-center",
"description": "Center of volume in RAI coordinates. Note that center is not itself an attribute in the .HEAD file. It is calculated from other attributes. Special options for string attributes:",
"id": "CENTER",
"name": "CENTER",
"optional": true,
"type": "String",
"value-key": "[CENTER]"
},
{
"command-line-flag": "-ssep",
"description": "-ssep SSEP Use string SSEP as a separator between strings for multiple sub-bricks. The default is '~', which is what is used internally in AFNI's .HEAD file. For tcsh, I recommend ' ' which makes parsing easy, assuming each individual string contains no spaces to begin with. Try -ssep 'NUM'",
"id": "SSEP",
"name": "SSEP",
"optional": true,
"type": "String",
"value-key": "[SSEP]"
},
{
"command-line-flag": "-sprep",
"description": "-sprep SPREP Use string SPREP to replace blank space in string attributes.",
"id": "SPREP",
"name": "SPREP",
"optional": true,
"type": "String",
"value-key": "[SPREP]"
},
{
"command-line-flag": "-quote",
"description": "-quote Use single quote around each string. Examples: 3dAttribute -quote -ssep ' ' BRICK_LABS SomeStatDset+tlrc.BRIK 3dAttribute -quote -ssep 'NUM' -sprep '+' BRICK_LABS SomeStatDset+tlrc.BRIK ++ Compile date = Sep 7 2018 {:}",
"id": "QUOTE",
"name": "QUOTE",
"optional": true,
"type": "String",
"value-key": "[QUOTE]"
},
{
"description": "NA",
"id": "aname",
"name": "aname",
"optional": false,
"type": "String",
"value-key": "[ANAME]"
},
{
"description": "NA",
"id": "dset",
"name": "dset",
"optional": false,
"type": "String",
"value-key": "[DSET]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
}