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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Hi,
when I try to run the following code:
`path = r"\nas-fa0efsusr1\lohmn\My Documents\Auswertungen\Niere"
filename_moving = '45_b1_moving.nii'
filename_fixed = '45_fixed.nii'
image_fixed = sitk.ReadImage(os.path.join(path, filename_fixed))
image_moving = sitk.ReadImage(os.path.join(path, filename_moving))
Register
elastixImageFilter = sitk.ElastixImageFilter()
elastixImageFilter.SetFixedImage(image_fixed)
elastixImageFilter.SetMovingImage(image_moving)
elastixImageFilter.SetParameterMap(sitk.GetDefaultParameterMap('groupwise'))
elastixImageFilter.Execute()`
I receive the following runtime error:
It's very similar to issue #132, but it didn't get me any further unfortunately.
I also have no idea how to use LogToConsoleOn() or LogToFileOn().
Thank you
The text was updated successfully, but these errors were encountered: