<?xml version="1.0" ?>  
<digitise>
 <volumeCoordinates 
    x0="0" 
    x1="200"
    y0="0"
    y1="200"
    z0="0"
    z1="200">

   <!--
   <volumeTexture 
      name="volume_slices"
      filePath="file:///home/blackett/cnslt/sally/Eye/VisibleWoman/"
      filePattern="VW%04d.tif"
      firstFrame="303"
      lastFrame="366"
      x0="0" 
      x1="200"
      y0="0"
      y1="200"
      z0="50"
      z1="150"/>
   -->

   <sliceSet
      namePattern="VW%04d"
      filePath="file:///home/blackett/cnslt/sally/Eye/VisibleWoman/"
      filePattern="VW%04d.tif"
      firstFrame="303"
      lastFrame="310"
      orientation="xy"
      x0="0" 
      x1="200"
      y0="0"
      y1="200"
      z0="50"
      z1="150"/>

   <sliceSet
      namePattern="sVW%04d"
      filePath="file:///home/blackett/cnslt/sally/Eye/VisibleWoman/"
      filePattern="sVW%04d.tif"
      firstFrame="1080"
      lastFrame="1090"
      frameIncrement="10"
      orientation="yz"
      x0="0" 
      x1="200"
      y0="0"
      y1="200"
      z0="50"
      z1="150"/>

   <sliceSet
      namePattern="cVW1000"
      filePath="file:///home/blackett/cnslt/sally/Eye/VisibleWoman/"
      filePattern="cVW1000.tif"
      orientation="xz"
      x0="0" 
      x1="200"
      y0="100"
      y1="100"
      z0="50"
      z1="150"/>

   <database
      fileName="/home/blackett/tmp/database.exnode"/>

   <!-- 
      viewScene
        digitiseTransparency:
           Optional initial value for the digitisePlaneTransparency.
           0.0 is invisible, 1.0 is opaque
        backgroundColour:
           Optional background colour for the viewScene window.
           Name specified must be defined in a "colour" entry.
        -->
   <viewScene
      digitiseTransparency = "1.0"
      backgroundColour = "white"/>

   <colour
      name="white"
      red="1.0"
      green="1.0"
      blue="1.0"/>

   <colour
      name="yellow"
      red="1.0"
      green="0.98"
      blue="0.0"/>

   
   <!-- 
   group
        name: Name that will appear in the Group: selection list.
        colour: The colour for points in this group.
        groupFilename: Optional filename for "Save group files".  -->
   <group
      name="eye_one"
      colour="green"
      glyph="sphere"
      glyphSize="1.0"
      digitiseGlyph="sphere"
      digitiseSize="2.0"
      groupFilename="/home/blackett/tmp/eye_one.exnode"/>

   <group
      name="eye_two"
      colour="yellow"
      glyph="sphere"
      glyphSize="1.0"
      digitiseGlyph="sphere"
      digitiseSize="2.0"
      groupFilename="/home/blackett/tmp/eye_two.exnode"/>

   <group
      name="throat"
      colour="blue"
      glyph="cross"
      glyphSize="1.0"
      digitiseGlyph="sphere"
      digitiseSize="2.0"
      groupFilename="/home/blackett/tmp/throat.exnode"/>

   <group
      name="sliver"
      colour="silver"
      glyph="sphere"
      glyphSize="1.0"
      digitiseGlyph="sphere"
      digitiseSize="2.0"
      groupFilename="/home/blackett/tmp/sliver.exnode"/>

 </volumeCoordinates>
</digitise>


