pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
287 stars 84 forks source link

Hello, why itksnap command line tool is not working? #85

Closed sterben-01 closed 1 year ago

sterben-01 commented 1 year ago

I am trying to manipulate itksnap workspace file(.itksnap) via itksnap command line tool (itksnap-wt). The first step is try to add another .nrrd image in to a workspace file. I trid this command:

itksnap-wt -i 1only.itksnap -layers-add-anat 2.nrrd It give me this result

INFO: picked layer Layers.Layer[001] But it still only has one layer:

itksnap-wt -i 1only.itksnap -layers-list
2> Layer  Role  Nickname  Filename                                  Tags  
2> 000    Main            /home/user/Desktop/ITK_PROJ/build/1.nrrd        

Why it is not working?