Skip to content

Commit

Permalink
move question conversion nifti
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 28, 2024
1 parent fa221cb commit 46f600b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ DO NOT EDIT DIRECTLY.
| name | description | datatypes | suffixes | link to full data | maintained by |
|:----------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|:-----------------------------------------------|:---------------------------------------------------------|
| [fnirs_automaticity](https://github.com/bids-standard/bids-examples/tree/master/fnirs_automaticity) | 24 subjects performing (non-)automatic finger tapping and foot stepping | nirs | channels, coordsystem, events, nirs, optodes, practicelogbook, scans | [link](https://doi.org/10.34973/vesb-mh30) | [@robertoostenveld](https://github.com/robertoostenveld) |
| [fnirs_tapping](https://github.com/bids-standard/bids-examples/tree/master/fnirs_tapping) | Example fNIRS measurement with three conditions from five subjects | nirs | channels, coordsystem, events, nirs, optodes, scans | [link](https://doi.org/10.5281/zenodo.5529797) | [@rob-luke](https://github.com/rob-luke) |
| [fnirs_tapping](https://github.com/bids-standard/bids-examples/tree/master/fnirs_tapping) | Example fNIRS measurement with three conditions from five subjects | nirs | channels, coordsystem, events, nirs, optodes, scans | [link](https://doi.org/10.5281/zenodo.5529797) | [@rob_luke](https://github.com/rob_luke) |

### PET

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ For `func` files you only need `TaskName` and `RepetitionTime`
and the former you can decide what it is and the latter should be in the Nifti header.
So you should be OKish there too.

```json
{
"TaskName": "name_of your task",
"RepetitionTime": your repetition time value
}
```

Obviously you will be missing some metadata that would be required
for some type of preprocessing (like slice timing info).

Expand Down

0 comments on commit 46f600b

Please sign in to comment.