split_fidl#

qx_utilities.general.fidl.split_fidl(concfile, fidlfile, outfolder=None)#

split_fidl concfile=<reference_concfile> fidlfile=<fidl_file_to_split> [outfolder=<folder_to_save_results>]

Splits a multi-bold fidl file into run specific bold files based on the sequence of bold files in conc file and their lengths.

Parameters

--concfile (str):

The path to the conc file.

--fidlfile (str):

The path to the fidl file.

--outfolder (str, default '.'):

The path to the folder to put split fidls in.

Examples

qunex split_fidl \
    --concfile=OP333_WM.conc \
    --fidlfile=OP333_WM.fidl \
    --outfolder=/data/mystudy/analysis/splitfidls