processpar.log 1.9 KB

1234567891011121314151617181920212223242526
  1. 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).
  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: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).
  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: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).
  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: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).
  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: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).
  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...