Difference between revisions of "Documentation/SlicerRT/UsersGuide"

From Slicer Wiki
Jump to: navigation, search
m (Text replacement - "\[http:\/\/www\.slicer\.org\/slicerWiki\/index\.php\/([^ ]+) ([^]]+)]" to "$2")
 
Line 1: Line 1:
 
= Frequently asked questions =
 
= Frequently asked questions =
 
== Matlab users ==
 
== Matlab users ==
* Direct data exchange between Slicer and Matlab can be achieved by using the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MatlabBridge MatlabBridge extension]
+
* Direct data exchange between Slicer and Matlab can be achieved by using the [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge extension]]
 
* Volumetric images saved by 3D Slicer can be loaded into Matlab using [http://www.mathworks.com/matlabcentral/fileexchange/29344 these scripts]
 
* Volumetric images saved by 3D Slicer can be loaded into Matlab using [http://www.mathworks.com/matlabcentral/fileexchange/29344 these scripts]
  
Line 12: Line 12:
 
Start a script from command-line: Slicer.exe --python-scipt "myscript.py"
 
Start a script from command-line: Slicer.exe --python-scipt "myscript.py"
 
If you don't want the Slicer window to appear while the scripts are running add these switches to the command-line: --no-splash --no-main-window
 
If you don't want the Slicer window to appear while the scripts are running add these switches to the command-line: --no-splash --no-main-window
See related pages about [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Python_scripting python scripting]
+
See related pages about [[Documentation/Nightly/Developers/Python_scripting|python scripting]]
  
 
== Creating segmentations from labelmaps/models ==
 
== Creating segmentations from labelmaps/models ==

Latest revision as of 02:23, 27 November 2019

Home < Documentation < SlicerRT < UsersGuide

Frequently asked questions

Matlab users

  • Direct data exchange between Slicer and Matlab can be achieved by using the MatlabBridge extension
  • Volumetric images saved by 3D Slicer can be loaded into Matlab using these scripts

Running SlicerRT functions from command-line

An example for completing a complete RT workflow using Slicer GUI: IGRTWorkflow_SelfTest.py Options to start a Ptyhon script:

  • Open the Python console in Slicer (CTRL+3) and import scripts and/or enter commands
  • Run script commands from command-line:
    Slicer.exe --python-code "slicer.util.loadScene('c:/Slicer_Scenes/20130225_PatientHierarchyTree/2013-02-25-Scene.mrml');
    slicer.util.selectModule('SubjectHierarchy')"

Start a script from command-line: Slicer.exe --python-scipt "myscript.py" If you don't want the Slicer window to appear while the scripts are running add these switches to the command-line: --no-splash --no-main-window See related pages about python scripting

Creating segmentations from labelmaps/models

TODO

Troubleshooting

  • Problem:
    On OpenSuse linux: Some SlicerRT modules are not loaded, logged error is "cannot open shared object file: No such file or directory"
    Solution:
    Start Slicer with command: LD_LIBRARY_PATH=/home/karl/.config/NA-MIC/Extensions-22288/SlicerRT/lib/Slicer-4.2/qt-loadable-modules ./Slicer

Known limitations

DICOM-RT import

  • RTIMAGE import: Datasets exported by the Corvus treatment planning system cannot be loaded properly (geometry cannot be computed for the RT image), because apparently ReferencedSOPInstanceUID points to the SeriesInstanceUID of the plan, which is not standard.

DVH plotting

  • Cannot move the legend on DVH plots (#68)
  • The V metrics volume is computed from the DVH value corresponding to the closest dose to the one below and above the requested dose using linear interpolation (#74)