fsqc.checkCCSize

This module provides a function to check the relative size of the corpus callosum

fsqc.checkCCSize.checkCCSize(subjects_dir, subject)[source]

Check the relative size of the corpus callosum.

This function evaluates the relative size of the corpus callosum by computing the sum of its volumes from the aseg.stats file and dividing it by the total intracranial volume.

Parameters:
subjects_dirstr

The directory containing subject data.

subjectstr

The name of the subject.

Returns:
relative_ccfloat

The relative size of the corpus callosum.

Notes

It requires a valid stats/aseg.stats file.