WARNING
These instructions are out of date. Use at your own risk.
Install everything as the "surg" user, and always run Slicer as the "surg" user.
Unzip packages (from the ftp site) to create the following directory structure inside a main directory named "slicer":
Perform the following:
The files listed in the table below are located relative to the directory:
slicer/slicer-1.2.2/program
Tcl File Edits |
---|
tcl-modules/Locator.tcl
Add "LocatorSetActive SignaSP" at the end of the LocatorBuildGUI procedure.
|
tcl-modules/Twin.tcl
Edit "set Twin(screen) 0" to become "set Twin(screen) 1".
Edit any other lines as desired to change the size and position of the window. For example:
set Twin(xPos) 30 set Twin(yPos) 0 set Twin(width) 550 set Twin(height) 440 |
tcl-main/MainView.tcl
Edit "viewBgColor" in "MainViewInit" to be "Black" instead of "Blue"
|
Edit the file "slicer/go/program/slicer.init" so that the "View" variables are as follows:
View ( boreDisplay Image boreScreen 1 boreRender 0 boreWidth 570 boreHeight 426 borePosition 25 0
./spl_server