Skip to content

Commit 56de2c0

Browse files
committed
TaskName issue
1 parent 73f2cc3 commit 56de2c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/dcm2niix/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,13 @@ We represented used entities in a list to link all the dicom files of a director
7373
### High number of dicom files
7474

7575
As there is a high number of dicom files (384 in `acq1/` and 5460 in `acq2/`), we did not create an entity for each of these. Only the first three files of each directory were represented.
76+
77+
### `TaskName` not generated
78+
79+
As specified in [this issue](https://github.com/rordenlab/dcm2niix/issues/148), `dcm2niix` is not able to propagate the value of `TaskName` (name of the task in the case of task-fMRI) automatically because this information is not in the dicom metadata.
80+
81+
In our case, the following line must be added manually in the `sub-02_ses-20140425155335_task-oneback_run-1_bold.json` file:
82+
83+
```json
84+
"TaskName": "oneback",
85+
```

0 commit comments

Comments
 (0)