help > How to load TR (Repetition Time) from JSON sidecar?
Jul 21, 2024  01:07 AM | Calvin Hew
How to load TR (Repetition Time) from JSON sidecar?

Hello,


So for scripting a CONN pipeline, I am aware that we can set the TR field to NaN in order to read in the value from a json sidecar. My question is:


Is this automatically detected/picked up by CONN?


And would there be a way to confirm this value is read properly? i.e. will it show up in the GUI or perhaps we can check the value in our workspace?


For my dataset, I have processed it to be in the BIDS format so for each subject, there is an associated JSON file produced as a result. But this is within multiple subdirectories e.g.


Documents\ADNI\subjects\AD\sub-007s4272\ses-itbs\anat\sub-007s4272_ses-itbs_T1w.json (for structural)

Documents\ADNI\subjects\AD\sub-007s4272\ses-itbs\func\sub-007s4272_ses-itbs_task-rest_bold.json (for functional)


Basically do I need to load these in manually or point the code to the respective subdirectories? If so, what is the command associated with it?


Thanks!