next up previous contents 5
Next: Configuring the detector simulator Up: Configuration Previous: Configuring "enhanced" Blu-Ice   Contents


Configuring "original" Blu-Ice

The original project is in the blu-ice CVS project. This project represents a fork in the Blu-Ice development. New features will probably be added to the new Blu-Ice project as it is easier to maintain and configure. There are various reasons why you may want to use this version, so the configuration instructions are provided.

  1. Modify blu-ice/scripts/ice.tcl to reflect your installation.

  2. In blu-ice/data/ copy one of the existing files to the same directory using a new name:

    periodic_beamlineID.dat

    where beamlineID.dat is defined by the gBeamline(beamlineId) variable. Modify the new file to describe your current beam line's capabilities.

    Example:

       smblx5:~/release-3_2/blu-ice/data > cp periodic_bl92.dat periodic_bl92sim.dat
    

  3. Modify the blu-ice/scripts/dice_tabs.tcl file and change the following line to reflect a connection to your own Diffraction Image Server.

    blctl92:~/release-3_2/blu-ice/scripts > cvs diff
    cvs diff: Diffing .
    Index: dice_tabs.tcl
    ===================================================================
    RCS file: /home/code/repository/blu-ice/scripts/dice_tabs.tcl,v
    retrieving revision 1.39
    diff -r1.39 dice_tabs.tcl
    136c136
    < 	Diffimage lastImage $gWindows(collect,diffimage,frame) 134.79.31.20 14001 500 500
    ---
    > 	Diffimage lastImage $gWindows(collect,diffimage,frame) localhost 14001 500 500
    

    The 14001 in the above example should correspond to guiPort which is specified on the command line when starting the Diffraction Image Server.


next up previous contents 5
Next: Configuring the detector simulator Up: Configuration Previous: Configuring "enhanced" Blu-Ice   Contents
Scott McPhillips 2011-07-06