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
Arguably the real culprit here is C: get_volume_real_value exhibits undefined behaviour when fed garbage voxel indices. I found this bug in a pipeline where xfm2tag was segfaulting, but the same user has used the same combination of initial model (which determines the resolution of the output images) and different-resolution mask (which is used in the xfm2tag call) before and didn't get any errors, although it's possible tag points were not generated as a result ...
The text was updated successfully, but these errors were encountered:
See here and here.
Arguably the real culprit here is C:
get_volume_real_value
exhibits undefined behaviour when fed garbage voxel indices. I found this bug in a pipeline where xfm2tag was segfaulting, but the same user has used the same combination of initial model (which determines the resolution of the output images) and different-resolution mask (which is used in thexfm2tag
call) before and didn't get any errors, although it's possible tag points were not generated as a result ...The text was updated successfully, but these errors were encountered: