docker - synthtarget fails with RuntimeError: Unknown Kernel Type.
Expected Behavior
create a synthetic registration target from T1 & T2 volumes
Actual Behavior
Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/dist-packages/omni/register.py", line 246, in register_main affine_mat, regress_params = oi.link.registrate( RuntimeError: Unknown Kernel Type.
Steps to Reproduce the Problem
run interaction_model="'rbf(0;4)+rbf(1;10)'" docker run -it -v sompath:/tmp --rm vanandrew/omni synthtarget /tmp/EPI.nii.gz ${interaction_model} /tmp/T1.nii.gz /tmp/T2.nii.gz --synth_image_target_space=/tmp/EPI_synth_target.nii.gz
Specifications
docker