@@ -135,36 +135,25 @@ for i in `ls -d ${INPUT_DIR}/*`; do
135135swarm -f defacing_parallel_session_level.swarm --merge-output --logdir ${OUTPUT_DIR} /swarm_log
136136```
137137
138- ### Visual Inspection
139-
140- To visually inspect quality of defacing with [ VisualQC] ( https://raamana.github.io/visualqc/readme.html ) , we'll need to:
138+ ### Run ` generate_renders.py `
141139
142- 1 . Generate 3D renders for every defaced image in the output directory.
140+ Generate 3D renders for every defaced image in the output directory.
143141
144142 ``` bash
145143 python src/generate_renders.py -o ${OUTPUT_DIR}
146144 ```
147145
148- 2 . Open TurboVNC through an spersist session. More info [ here] ( https://hpc.nih.gov/docs/nimh.html ) .
149- 3 . Run the ` vqcdeface ` command from a command-line terminal within a TurboVNC instance
146+ ### Visual Inspection
147+
148+ To visually inspect quality of defacing with [ VisualQC] ( https://raamana.github.io/visualqc/readme.html ) , we'll need to:
149+
150+ 1 . Open TurboVNC through an spersist session. More info [ here] ( https://hpc.nih.gov/docs/nimh.html ) .
151+ 2 . Run the ` vqcdeface ` command from a command-line terminal within a TurboVNC instance
150152
151153 ``` bash
152154 sh ${OUTPUT_DIR} /QC_prep/defacing_qc_cmd
153155 ```
154156
155- ## Terminology
156-
157- While describing the process, we frequently use the following terms:
158-
159- - ** Primary Scan:** The best quality T1w scan within a session. For programmatic selection, we assume that the most
160- recently acquired T1w scan is of the best quality.
161- - ** Other/Secondary Scans:** All scans * except* the primary scan are grouped together and referred to as "other" or "
162- secondary" scans for a given session.
163- - ** Mapping File:** A JSON file that assigns maps a primary scan (or ` primary_t1 ` ) to all other scans within a session.
164- Please find an example file [ here] ( ) .
165- - ** [ VisualQC] ( https://raamana.github.io/visualqc ) :** A suite of QC tools developed by Pradeep Raamana (Assistant
166- Professor at University of Pittsburgh).
167-
168157## Conceptual design
169158
1701591 . Generate a [ "primary" scans] ( #terminology ) to [ other scans'] ( #terminology ) mapping file.
@@ -177,7 +166,20 @@ While describing the process, we frequently use the following terms:
177166 tool.
1781675 . Correct/fix defaced scans that failed visual inspection. See [ here] ( ) for more info on types of failures.
179168
180- ![ Defacing Pipeline flowchart] ( images/pipeline_screen_quality.png )
169+ ![ Defacing Pipeline flowchart] ( images/defacing_pipeline.png )
170+
171+ ## Terminology
172+
173+ While describing the process, we frequently use the following terms:
174+
175+ - ** Primary Scan:** The best quality T1w scan within a session. For programmatic selection, we assume that the most
176+ recently acquired T1w scan is of the best quality.
177+ - ** Other/Secondary Scans:** All scans * except* the primary scan are grouped together and referred to as "other" or "
178+ secondary" scans for a given session.
179+ - ** Mapping File:** A JSON file that assigns maps a primary scan (or ` primary_t1 ` ) to all other scans within a session.
180+ Please find an example file [ here] ( ) .
181+ - ** [ VisualQC] ( https://raamana.github.io/visualqc ) :** A suite of QC tools developed by Pradeep Raamana (Assistant
182+ Professor at University of Pittsburgh).
181183
182184## References
183185
0 commit comments