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
I was in the win10 system and tried to conform MRI data with the command:
conformed = image.conform(voxsize=1.0, dtype='float32', method='nearest', orientation='LIA').crop_to_bbox()
Unfortunately, it returned "ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long'". Did you face this issue before?
The text was updated successfully, but these errors were encountered:
HI,
I was in the win10 system and tried to conform MRI data with the command:
conformed = image.conform(voxsize=1.0, dtype='float32', method='nearest', orientation='LIA').crop_to_bbox()
Unfortunately, it returned "ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long'". Did you face this issue before?
The text was updated successfully, but these errors were encountered: