Skip to content

Commit e8d451c

Browse files
committed
replacing flowchart
1 parent bdcd67a commit e8d451c

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -135,36 +135,25 @@ for i in `ls -d ${INPUT_DIR}/*`; do
135135
swarm -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

170159
1. 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.
178167
5. 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

images/dsst_defacing_wf_fig.png

-353 KB
Binary file not shown.

images/generate_mappings.png

-272 KB
Binary file not shown.

images/pipeline_screen_quality.png

-50.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)