File tree Expand file tree Collapse file tree 1 file changed +108
-0
lines changed Expand file tree Collapse file tree 1 file changed +108
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is a C-PAC nodeblock descriptor file.
2+
3+ Non-Local Means (NLM) Filtering :
4+ description :
5+ Performs non-local means filtering on structural data.
6+ references :
7+ https://en.wikipedia.org/wiki/Non-local_means
8+ method :
9+ nlm_filtering :
10+ description :
11+ Uses ANTs DenoiseImage.
12+ references :
13+ https://manpages.debian.org/experimental/ants/DenoiseImage.1.en.html
14+ config :
15+ None
16+ operations :
17+ Mermaid syntax here
18+ source :
19+ NiWrap : https://github.com/childmindresearch/cpac_blocks/blob/main/anat_preproc/nlm.py
20+ Nipype : https://github.com/FCP-INDI/C-PAC/blob/rc/v1.8.7/CPAC/anat_preproc/anat_preproc.py#L1528-L1537
21+ validation :
22+ s3://path/to/gold/standard
23+
24+ T1w Brain Mask Generation :
25+ description :
26+ Generates a binary brain mask of a T1w structural image.
27+ references :
28+ None
29+ method :
30+ brain_mask_fsl :
31+ description :
32+ Uses FSL BET.
33+ references :
34+ - links to manuals
35+ - links to papers
36+ - etc.
37+ config :
38+ Robustfov : Off
39+ frac : 0.5
40+ mesh_boolean : Off
41+ outline : Off
42+ padding : Off
43+ radius : 0
44+ reduce_bias : Off
45+ remove_eyes : Off
46+ robust : Off
47+ skull : Off
48+ surfaces : Off
49+ threshold : Off
50+ vertical_gradient : 0.0
51+ operations :
52+ Mermaid syntax here
53+ source :
54+ validation :
55+ brain_mask_afni :
56+ description :
57+ Uses AFNI 3dSkullStrip.
58+ references :
59+ - links to manuals
60+ - links to papers
61+ - etc.
62+ config :
63+ shrink_factor : 0.6
64+ var_shrink_fac : On
65+ shrink_factor_bot_lim : 0.4
66+ avoid_vent : On
67+ n_iterations : 250
68+ pushout : On
69+ touchup : On
70+ fill_hole : 10
71+ NN_smooth : 72
72+ smooth_final : 20
73+ avoid_eyes : On
74+ use_edge : On
75+ exp_frac : 0.1
76+ push_to_edge : Off
77+ use_skull : Off
78+ perc_int : 0
79+ max_inter_iter : 4
80+ fac : 1
81+ blur_fwhm : 0
82+ monkey : Off
83+ operations :
84+ Mermaid syntax here
85+ source :
86+ validation :
87+
88+ ACPC Alignment :
89+ description :
90+ ACPC alignment is meant to ... etc.
91+ references :
92+ - links to pages/tutorials generically about ACPC alignment
93+ method :
94+ acpc_alignment_head :
95+ description :
96+ More specific info (if needed)
97+ references :
98+ config :
99+ operations :
100+ source :
101+ validation :
102+ acpc_alignment_head_with_mask :
103+ description :
104+ references :
105+ config :
106+ operations :
107+ source :
108+ validation :
You can’t perform that action at this time.
0 commit comments