getIncidenceSize_par.py:85: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj). * deprecated from version: 3.0 * Will raise as of version: 5.0 realAraImg = araDataTemplate.get_data() getIncidenceSize_par.py:92: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj). * deprecated from version: 3.0 * Will raise as of version: 5.0 maskImg = maskData.get_data() getIncidenceSize_par.py:99: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj). * deprecated from version: 3.0 * Will raise as of version: 5.0 volumeAnno = np.round(dataAnno.get_data()) getIncidenceSize_par.py:101: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj). * deprecated from version: 3.0 * Will raise as of version: 5.0 volumeMR = dataMR.get_data() getIncidenceSize_par.py:137: DeprecationWarning: get_data() is deprecated in favor of get_fdata(), which has a more predictable return type. To obtain get_data() behavior going forward, use numpy.asanyarray(img.dataobj). * deprecated from version: 3.0 * Will raise as of version: 5.0 betMaskImg = betMask.get_data() '1' folder will be proccessed...