This module is the interface to the bayesian_structural_analysis (bsa) module It handles the images provided as input and produces result images.
Main function for performing bsa on a set of images. It creates the some output images in the given directory
Parameters: | mask_images: list of str, :
stat_images: list of str, :
threshold: float, optional, :
smin: float, optional, :
sigma: float, optional, :
prevalence_threshold: float, optional :
prevalence_pval: float, optional, :
write_dir: string, optional, :
method: {‘density’, ‘co-occurrence’}, optional, :
contrast_id: string, optional, :
|
---|---|
Returns: | landmarks: nipy.labs.spatial_models.structural_bfls.landmark_regions :
hrois : list of nipy.labs.spatial_models.hroi.Nroi instances,
|