cselenyi / solenabugs

Solena Bug Tracking
GNU Lesser General Public License v2.1
0 stars 0 forks source link

New solena worker: solena_worker_202005111542 #18

Closed cselenyi closed 4 years ago

cselenyi commented 4 years ago

The new version accompanies the new release of the Solena Manager. It addresses several smaller issues and adds some new features:

VeraKer commented 4 years ago

Hi, this is great! Excited to try the 3D slicer! Regarding that, however, Matlab had trouble adding the slicer toolbox/setting the path because the folder \slicer\ did not exist. I created it and downloaded 3D slicer in it, which solved that.

However when choosing to inspect ROIdefs with 3D slicer the following error occurs:

image

@cselenyi What could the solution for that be?

cselenyi commented 4 years ago

@VeraKer OK, that's because the new little toolbox coupling Solena/MATLAB to 3D slicer is not on your MATLAB path. And it cannot be because I forgot to share that as an independent toolbox on ecat7_nfs! Both 3D slicer and this "slicer" toolbox is available from within Solena workers but in order for it to work also as an inspection tool (what you were wanting to try) both 3D slicer and the "slicer" toolbox needs to be installed into ecat7_nfs. I am doing that now. I see that you placed 3D slicer software into the ".../m-files/slicer" on ecat7_nfs but that's not the correct setup. That folder will host the "slicer" coupling toolbox. The program itself will be in another folder next to it called "Slicer-4.10.1-win-amd64", containing the Windows PC 64-bit version of 3D Slicer (note that version 4.10.2 is a later one but that has a bug, that's why we stick to version 4.10.1). For best loading performance for 3D slicer it is possible to install 3D Slicer (version 4.10.1) on your own PC. In that case the toolbox will launch your local copy (hopefully :-) ). You can actually find the installer package pre-downloaded into the "slicer" toolbox folder on ecat7_nfs: ../downloads/m-files/slicer/Slicer-4.10.1-win-amd64.exe. Good luck!

cselenyi commented 4 years ago

OK, now it's uploaded. Solena in theory should automatically add the "slicer" toolbox to the MATLAB path. To do it manually add: Y:\downloads\m-files\slicer (not sure of your drive letter but it's the ecat7_nfs share).