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
[FIX] Add "double" type to allowed DisplacementFieldTransform (#3287)
The ANTs utility `CompositeTransformUtil --assemble` outputs its
displacement field as 'DisplacementFieldTransform_double_3_3', but
utils/transform/load_ants_h5 throws an error unless it is
'DisplacementFieldTransform_float_3_3'. Presumably this is just a check
to make sure it is a displacement field. The code after this check works
fine for "double".
0 commit comments