help > RE: Repetition Time
Jun 22, 2022  09:06 PM | John Johnson - Georgia Institute of Technology
RE: Repetition Time
What kind of files do you have? DICOM? NIfTI?

If DICOM, you'll have a file named something like 0001.dcm.nfo for each run of each subject, and within that file, a line like:
(0018,0080) DS [2000] # 4, 1 RepetitionTime
which is a 2000 ms repetition time (2 seconds).

If they are NIfTI files, you'll have files named like:

sub-03/func/sub-03_task-ao_run-01_bold.json
and within those files, you'll find:


{
"TaskName": "ao",
"Modality": "MR",


"RepetitionTime": 2,

If someone handed you this project, you'll probably want to ask them where the documentation for the data is. Someone designed the study and specified the repetition time and the other parameters.

Threaded View

TitleAuthorDate
henryblair Jun 22, 2022
RE: Repetition Time
John Johnson Jun 22, 2022
henryblair Jun 22, 2022