meierlab.outliers: Neuroimaging Outlier Analysis#

Functions

compute_sd_thresholds(mean, sd[, threshold])

Helper function to create Nifti images that are a certain standard deviation above and below the mean, as determined by the given threshold (default 3).

compute_outlier_nii(nii_img, mask, mean, sd, ...)

Helper function to compute an individual outlier image.

compute_outlier_values(nii_images, out_folder)

Compute outlier values for a set of nifti images.