Skip to content

Commit b7abf46

Browse files
ISMAILI AdamISMAILI Adam
authored andcommitted
doc corrected
1 parent 0b4b6ba commit b7abf46

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/Converters/GENFItoBIDS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,22 @@ where:
100100
- For `sessions.tsv` : `age_at_visit`, `date_of_assessment`, `diagnosis`, `education`, `ftld-cdr-nm-global`, `genetic_group`, `genetic_status_1`, `genetic_status_2`, `visit`.
101101
<br> All the remaining clinical data is optional and added through the use of the `-full` flag.
102102
- `--clinical-data-txt/-cdt` is a txt file containing the additional fields the user wants. The available data can be retrieved inside the installation of clinica at this location : `your_path_to_clinica/clinica/converters/genfi_to_bids/specifications/full_specs.csv`. This file should be written one field per line such as in the example below :
103-
```diagnosis_1
103+
```text
104+
diagnosis_1
104105
diagnosis_1.1
105106
diagnosis_2
106107
diagnosis_3
107108
diagnosis_4
108109
diagnosis_5
109-
diagnosis_6
110-
diagnosis_7
111-
diagnosis_8
112110
diagnosis_child1
113111
diagnosis_child2
114112
digit_symbol
115113
disinhibition
116114
dob
117115
drc_qc
118116
drug_history
119-
...```
117+
...
118+
```
120119
- `-gif` allows the user to add all the clinical data related to the imaging volumes (GIF, Geodesic Information Flow) to `session.tsv`. The added clinical data also contain the mandatory ones.
121120
- `-full` allows the user to add all clinical data (mandatory, GIF, and the remaining optional ones) to `sessions.tsv`.
122121

0 commit comments

Comments
 (0)