-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I have a TPS transform created in Slicer and saved in h5 format. When I try to read this into ANTsR, I am getting this error. So TPS is not supported as transform format?
> tps = '/tmp/Transform.h5'
> antsr.tx=readAntsrTransform(tps)
ITK ExceptionObject caught !
itk::ExceptionObject (0x60db27af5350)
Location: "unknown"
File: /tmp/RtmpXGmjPO/R.INSTALL227d863ed3ac81/ITKR/src/itks/Modules/IO/TransformBase/src/itkTransformIOBase.cxx
Line: 62
Description: ITK ERROR: HDF5TransformIOTemplate(0x60da90d50ab0): Could not create an instance of "ThinPlateSplineKernelTransform_float_3_3"
The usual cause of this error is not registering the transform with TransformFactory
Currently registered Transforms:
[truncated, long list of supported transforms]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels