diff --git a/AFQ/api/bundle_dict.py b/AFQ/api/bundle_dict.py index 6fa72d404..e8f90a099 100644 --- a/AFQ/api/bundle_dict.py +++ b/AFQ/api/bundle_dict.py @@ -66,7 +66,7 @@ def __init__(self, bundle_info=BUNDLES, seg_algo="afq", resample_to=None, - resample_subject_to=None, + resample_subject_to=False, keep_in_memory=False): """ Create a bundle dictionary, needed for the segmentation @@ -100,8 +100,6 @@ def __init__(self, If there are bundles in bundle_info with the 'space' attribute set to 'subject', their images (all ROIs and probability maps) will be resampled to the affine and shape of this image. - If None, the template will be overriden when passed to - an API class. If False, no resampling will be done. Default: None @@ -519,7 +517,7 @@ def __init__(self, bundle_info=PEDIATRIC_BUNDLES, seg_algo="afq", resample_to=None, - resample_subject_to=None, + resample_subject_to=False, keep_in_memory=False): """ Create a pediatric bundle dictionary, needed for the segmentation @@ -547,8 +545,6 @@ def __init__(self, If there are ROIs with the 'space' attribute set to 'subject', those ROIs will be resampled to the affine and shape of this image. - If None, the template will be overriden when passed to - an API class. If False, no resampling will be done. Default: None