Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

brainprep.interfaces.mriqc.subject_level_qa

brainprep.interfaces.mriqc.subject_level_qa(image_files, workspace_dir, output_dir)[source]

Compute subject level Image Quality Metrics (IQMs) generated by MRIQC.

Parameters:
image_fileslist[File]

Path to the input image files.

workspace_dirDirectory

The workspace of the current processing.

output_dirDirectory

Directory where the IQMs will be saved.

Returns:
commandlist[str]

Cross sectional quality analysis command-line.

outputstuple[File | list[File]]
  • iqm_files : list[File] - IQM files.