Home

Documentation

Project Support

Changes in Version 1 of GraspSwControllerCmdOt

Author:
isani
Timestamp:
Thu Feb 4 08:44:18 2010

Legend:

Unmodified
Added
Removed
Modified
  • GraspSwControllerCmdOt

    v0 v1
      1  '''[wiki:GraspSwControllerCmd ot]''' 
      2   
      3  [[TracNav(GraspContents)]] 
      4   
      5  ||Command:||'''ot'''|| 
      6  ||Contexts:||Network socket, serial console.|| 
      7  ||Function:||Shifts image in any of 4 directions on the CCD|| 
      8  ||Required Parameters:||'''shift1p''' - "positive" (toward amplifier) shifts on axis1 - Only possible on OTA CCD|| 
      9  ||                    ||'''shift2p''' - "positive" (toward serial reg) parallel shifts on axis2|| 
      10  ||                    ||'''shift1n''' - "negative" (away from amp.) shifts on axis1 - Only possible on OTA CCD|| 
      11  ||                    ||'''shift2n''' - "negative" (away from serial reg) parallel shifts on axis2|| 
      12  ||Optional Parameters:||'''dev'''='''all'''|'''0'''|'''1'''|| 
      13   
      14  "Science" cells only.  For an OTA, this command applies parallel shifting to the charge on cells which are designated '''S''' for science by 
      15  the [wiki:GraspSwControllerCmdCelldes celldes command.] 
      16   
      17  Examples: 
      18  {{{ 
      19  ot dev=all 0 0 0 1 
      20  ot dev=all shift2n=1 
      21  ot dev=all 0 -1 
      22  }}} 
      23   
      24  All of the above are equivalent, and result in clocking parallels in reverse order so as to move the image on pixel "up" (away from the serial register) on both CCDs (dev 0 and 1 at the same time.) 
      25   
      26  === Notes: === 
      27   
      28  If dev= is omitted, the last default dev applies (which can be either 0 or 1, but not "all").