• saoCenter
  • saoPan
  • saoZoom
  • tclSaoPan.c

    	This file contains TCL verb routines used
    	to pan on FSAOimage displays.
    

    saoCenter

    TCL SYNTAX:
      saoCenter  "-s" 
    
    TCL HELP STRING:
      Center the specified image.
    
    
    TCL ARGUMENTS:
                     : 
      "-s"           : FSAOimage display number
    
    

    saoPan

    TCL SYNTAX:
      saoPan  "<r>" "<c>" "-s" 
    
    TCL HELP STRING:
      Pan the specified image.
    
    
    TCL ARGUMENTS:
                     : 
      "<r>"        :  row number (int)
      "<c>"        : column number (int)
      "-s"           : FSAOimage display number
    
    

    saoZoom

    TCL SYNTAX:
      saoZoom  "[magnification]" "-reset" "-s" 
    
    TCL HELP STRING:
      Zoom the specified image by the specified amount.
    
    
    TCL ARGUMENTS:
                     : 
      "[magnification]" : Zoom factor (.25, .5, 1., 2., 4. or a multiple of 2).
      "-reset"       : Reset the Zoom to 1 (same as fsao zoom 1 button)
      "-s"           : FSAOimage display number