-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocessing.dataflow.json
More file actions
230 lines (230 loc) · 4.69 KB
/
Copy pathprocessing.dataflow.json
File metadata and controls
230 lines (230 loc) · 4.69 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"schema_version": 1,
"diagram_type": "dataflow",
"meta": {
"title": "BrainFC · 使用 archify skill 绘制",
"locale": "zh-CN",
"quality_profile": "showcase",
"legend": {
"mode": "hidden"
},
"viewBox": [
920,
550
]
},
"stages": [
{
"label": "输入 · archify skill 绘制"
},
{
"label": "脑区与空间"
},
{
"label": "时序与连接"
},
{
"label": "结果与可视化"
}
],
"nodes": [
{
"id": "raw",
"stage": 0,
"row": 0,
"type": "backend",
"label": "Python 原始影像处理",
"sublabel": "层时间 · 头动 · N4 · SyN",
"width": 136,
"height": 58
},
{
"id": "images",
"stage": 0,
"row": 1,
"type": "frontend",
"label": "已预处理影像",
"sublabel": "NIfTI / CIFTI / GIFTI",
"width": 136,
"height": 58
},
{
"id": "tables",
"stage": 0,
"row": 2,
"type": "frontend",
"label": "ROI 时序文件",
"sublabel": "CSV / NPY / NPZ / MAT",
"width": 136,
"height": 58
},
{
"id": "space",
"stage": 1,
"row": 0,
"type": "security",
"label": "空间与图谱检查",
"sublabel": "模板 · 标签 · 轴 / 顶点",
"width": 136,
"height": 58
},
{
"id": "extract",
"stage": 1,
"row": 1,
"type": "backend",
"label": "提取脑区均值",
"sublabel": "体素 / 灰坐标 / 顶点",
"width": 136,
"height": 58
},
{
"id": "signals",
"stage": 1,
"row": 2,
"type": "database",
"label": "统一 ROI 时序",
"sublabel": "time × ROI · 核对顺序",
"width": 136,
"height": 58
},
{
"id": "frames",
"stage": 2,
"row": 0,
"type": "security",
"label": "建立保留帧掩码",
"sublabel": "起始帧 · 非稳态 · FD",
"width": 136,
"height": 58
},
{
"id": "clean",
"stage": 2,
"row": 1,
"type": "backend",
"label": "Nilearn 联合清理",
"sublabel": "去趋势 · 混杂 · 滤波 · 删帧",
"width": 136,
"height": 58
},
{
"id": "correlate",
"stage": 2,
"row": 2,
"type": "backend",
"label": "连接与 Fisher-z",
"sublabel": "Pearson / 秩 / 偏相关",
"width": 136,
"height": 58
},
{
"id": "result",
"stage": 3,
"row": 0,
"type": "database",
"label": "完整矩阵与追溯",
"sublabel": "ROI · 帧号 · QC · 哈希",
"width": 136,
"height": 58
},
{
"id": "filter",
"stage": 3,
"row": 1,
"type": "frontend",
"label": "筛选显示连接",
"sublabel": "阈值 · 上限 · 脑区 / 边",
"width": 136,
"height": 58
},
{
"id": "views",
"stage": 3,
"row": 2,
"type": "frontend",
"label": "三维与八视图同步",
"sublabel": "PNG / SVG / PDF / HTML",
"width": 136,
"height": 58
}
],
"flows": [
{
"from": "raw",
"to": "images",
"label": "配准质控后继续",
"variant": "default",
"labelDy": 24
},
{
"from": "images",
"to": "space",
"label": "影像 + 同空间图谱",
"variant": "default"
},
{
"from": "space",
"to": "extract",
"label": "标签 / 轴检查通过",
"variant": "default",
"labelDy": 24
},
{
"from": "extract",
"to": "signals",
"label": "脑区平均信号",
"variant": "default",
"labelDy": 24
},
{
"from": "tables",
"to": "signals",
"label": "读取并核对顺序",
"variant": "default",
"labelDy": -23
},
{
"from": "signals",
"to": "frames",
"label": "时序 + 可选混杂",
"variant": "default",
"labelDy": 53
},
{
"from": "frames",
"to": "clean",
"label": "信号与 sample_mask",
"variant": "default",
"labelDy": 24
},
{
"from": "clean",
"to": "correlate",
"label": "清理后的保留帧",
"variant": "default",
"labelDy": 24
},
{
"from": "correlate",
"to": "result",
"label": "完整 r / Fisher-z",
"variant": "default",
"labelDy": 53
},
{
"from": "result",
"to": "filter",
"label": "显示副本 · 原矩阵保留",
"variant": "default",
"labelDy": 24
},
{
"from": "filter",
"to": "views",
"label": "同一组连接",
"variant": "default",
"labelDy": 24
}
]
}