Dear all,
I’m trying to setup a tedana pipeline for my multi-echo dataset and I discovered that tedana expects that I pass the repetition time (TR) in the Nifti header of my images. Looking how to include the TR into header, I found a contradicting information:
Nibabel says (in the get_zooms) that units are miliseconds:
The last value of
header.get_zooms()
is the time between scans in milliseconds; this is the equivalent of voxel size on the time axis.
Code snipet that Tedana references if TR == 0 says that units are seconds:
The TR that the data should have IN SECONDS
Which one is right? For using tedana, should I put seconds or miliseconds?