Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Add "double" type to allowed DisplacementFieldTransform
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".
- Loading branch information