Thanks Greg. I found the new tutorial on CMTK GUI. So I followed it & tried it out on both Windows 10 & Fedora. But I always get this error:
Traceback (most recent call last):
File "CMTK_Registration/CMTK_Registration_GUI.py", line 211, in <module>
File "CMTK_Registration/CMTK_Registration_GUI.py", line 211, in <module>
File "/home/huayi/Programs/Fiji.app/plugins/CMTK_Registration/cmtkgui.py", line 97, in makescript
os.chmod(filepath,0755)
OSError: [Errno 20000] Unknown error: 20000: u'/home/huayi/Desktop/Nat_test/commands/
munger_2017-01-19_12.39.57.sh'
And the file that generated in the 'commands' folder would be a .sh file that wouldn't run either through Cygwin(windows) or fedora terminal. The content as:
#!/bin/sh
# 2017-01-19_12.39.57
cd "/home/huayi/Desktop/Nat_test"
"/home/huayi/Programs/Fiji.app/bin/cmtk/munger" -b "/home/huayi/Programs/Fiji.app/bin/cmtk" -a -w -r 010203 -X 26 -C 8 -G 80 -R 4 -A '--accuracy 0.4' -W '--accuracy 0.4' -T 2 -s "refbrain/NCD6RLH-rev_raw01.nrrd" images
I can't quite understand what might be wrong.
Huayi