You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/software/rocky9/tract_querier/scripts/tract_querier:138: 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 <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 5.0
img = labels_nii.get_data()
Calculating labels and crossings
/software/rocky9/tract_querier/scripts/tract_querier:173: DeprecationWarning: get_affine method is deprecated.
Please use the ``img.affine`` property instead.
* deprecated from version: 2.1
* Will raise <class 'nibabel.deprecator.ExpiredDeprecationError'> as of version: 4.0
affine_ijk_2_ras = labels_nii.get_affine()
@demianw , I can do some work on nibabel upgrade if you want. But the primary bottleneck is going to be your use of trackvis. Nibabel 5 no longer supports it: MIC-DKFZ/TractSeg#248 (comment). Do you have any idea to overcome this bottleneck?
@demianw , I can do some work on nibabel upgrade if you want. But the primary bottleneck is going to be your use of
trackvis
. Nibabel 5 no longer supports it: MIC-DKFZ/TractSeg#248 (comment). Do you have any idea to overcome this bottleneck?Here are where you use
trackvis
:The text was updated successfully, but these errors were encountered: