hcp_prep_long
hcp_prep_long#
- qx_utilities.hcp.process_hcp.hcp_prep_long(sinfo, subjectids, options, overwrite=False, thread=0)#
hcp_prep_long [... processing options]Prepares the data for longitudinal processing with HCP longitudinal pipelines. Not needed if the starting point is hcp_long_freesurfer as that command does the prep work automatically.
Parameters
- --batchfile (str, default ''):
The batch.txt file with all the sessions information.
- --sessionsfolder (str, default '.'):
The path to the study/sessions folder, where the imaging data is supposed to go.
- --overwrite (str, default 'no'):
Whether to overwrite existing data (yes) or not (no). Note that previous data is deleted before the run, so in the case of a failed command run, previous results are lost.
- --hcp_suffix (str, default ''):
Specifies a suffix to the session id if multiple variants are run, empty otherwise.
- --logfolder (str, default ''):
The path to the folder where runlogs and comlogs are to be stored, if other than default.
Output files
The results of this step will be present in the <study_folder>/subjects.
Examples
qunex hcp_prep_long \ --sessionsfolder="<path_to_study_folder>/sessions" \ --batchfile="<path_to_study_folder>/processing/batch.txt"
