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
I recently installed MIRTK on Windows and I found a small bug using: register.exe -images C:\somepath\imgTimes.lst -dofout none -verbose 3
with imgTimes.lst file header being: C:\someotherpath\dcm- .nii
The issue is that the image file paths then get set to C:\somepath\C:\someotherpath\dcm-0.nii.
I think that the issue is in register.cc lines 326, so I've changed this line as follows:
I recently installed MIRTK on Windows and I found a small bug using:
register.exe -images C:\somepath\imgTimes.lst -dofout none -verbose 3
with imgTimes.lst file header being:
C:\someotherpath\dcm- .nii
The issue is that the image file paths then get set to
C:\somepath\C:\someotherpath\dcm-0.nii
.I think that the issue is in
register.cc lines 326
, so I've changed this line as follows:The text was updated successfully, but these errors were encountered: