Hi folks,

sorry it's me again with a very basic question. What is the best way to import longitudinal data?

recon-all -i /path/T1A.nii -i /path/T1B.nii  FIRSTSUBJECT

or

recon-all -i /path/T1A.nii FIRSTSUBJECT_A
recon-all -i /path/T1A.nii FIRSTSUBJECT_B

I tend to use the second choice because otherwise I would have no idea how to distinguish between SUBJECT-ID and TimepointID later on in the processing stream.

Best whises,

Luke