-
Notifications
You must be signed in to change notification settings - Fork 0
/
3dFourier.json
68 lines (68 loc) · 2.71 KB
/
3dFourier.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
{
"command-line": "3dFourier [PREFIX] [LOWPASS] [HIGHPASS] [IGNORE] [RETREND] [DATASET]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-prefix",
"description": "-prefix name\toutput name for new 3d+time dataset [default = fourier]",
"id": "PREFIX",
"name": "PREFIX",
"optional": true,
"type": "String",
"value-key": "[PREFIX]"
},
{
"command-line-flag": "-lowpass",
"description": "-lowpass f \tlow pass filter with a cutoff of f Hz",
"id": "LOWPASS",
"name": "LOWPASS",
"optional": true,
"type": "String",
"value-key": "[LOWPASS]"
},
{
"command-line-flag": "-highpass",
"description": "-highpass f\thigh pass filter with a cutoff of f Hz",
"id": "HIGHPASS",
"name": "HIGHPASS",
"optional": true,
"type": "String",
"value-key": "[HIGHPASS]"
},
{
"command-line-flag": "-ignore",
"description": "-ignore n\tignore the first n images [default = 1]",
"id": "IGNORE",
"name": "IGNORE",
"optional": true,
"type": "String",
"value-key": "[IGNORE]"
},
{
"command-line-flag": "-retrend",
"description": "-retrend\tAny mean and linear trend are removed before filtering. This will restore the trend after filtering. Note that by combining the lowpass and highpass options, one can construct bandpass and notch filters INPUT DATASET NAMES ------------------- This program accepts datasets that are modified on input according to the following schemes: 'r1+orig[3..5]' {sub-brick selector} 'r1+orig<100..200>' {sub-range selector} 'r1+orig[3..5]<100..200>' {both selectors} '3dcalc( -a r1+orig -b r2+orig -expr 0.5*(a+b) )' {calculation} For the gruesome details, see the output of 'afni -help'. ++ Compile date = Sep 7 2018 {:}",
"id": "RETREND",
"name": "RETREND",
"optional": true,
"type": "String",
"value-key": "[RETREND]"
},
{
"description": "NA",
"id": "dataset",
"name": "dataset",
"optional": false,
"type": "String",
"value-key": "[DATASET]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
}