Commit 3dfd569
authored
[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".1 parent 391a0c2 commit 3dfd569
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments