join_fidl#

qx_utilities.general.fidl.join_fidl(concfile, fidlroot, outfolder=None, fidlname=None)#

join_fidl concfile=<reference_concfile> fidlroot=<fidl_files_root_pattern> [outfolder=<output_folder>] [fidlname=<optional fidl name>]

Combines all the fidl files matching root based on the information in conc file. To determine the length of each bold file, it reads the bold files specified in the conc file.

Parameters

--concfile (str):

The conc file to use as reference.

--fidlroot (str):

The root to use to find fidl files.

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

The folder in which to save the results.

--fidlname (str, default ''):

Optional fidl name.

Examples

qunex join_fidl \
    --concfile=OP33-WM.conc \
    --fidlroot=OP33-WM