process_par.log 1.9 KB

12345678910111213141516171819202122232425262728
  1. getIncidenceSize_par.py:81: 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).
  2. * deprecated from version: 3.0
  3. * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
  4. realAraImg = araDataTemplate.get_data()
  5. getIncidenceSize_par.py:88: 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).
  6. * deprecated from version: 3.0
  7. * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
  8. maskImg = maskData.get_data()
  9. getIncidenceSize_par.py:95: 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).
  10. * deprecated from version: 3.0
  11. * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
  12. volumeAnno = np.round(dataAnno.get_data())
  13. getIncidenceSize_par.py:97: 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).
  14. * deprecated from version: 3.0
  15. * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
  16. volumeMR = dataMR.get_data()
  17. getIncidenceSize_par.py:133: 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).
  18. * deprecated from version: 3.0
  19. * Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
  20. betMaskImg = betMask.get_data()
  21. '1' folder will be proccessed...
  22. 18
  23. (18,)