Home

Documentation

Project Support

Changes in Version 1 of GraspSwControllerCmdPixtype

Author:
isani
Timestamp:
Thu Jan 12 08:56:40 2012

Legend:

Unmodified
Added
Removed
Modified
  • GraspSwControllerCmdPixtype

    v0 v1
      1  '''[wiki:GraspSwControllerCmd pixtype]''' 
      2   
      3  [[TracNav(GraspContents)]] 
      4   
      5  ||Command:||'''pixtype'''|| 
      6  ||Contexts:||Network socket, serial console.  Applies only if the CCD is an "OTA" device.|| 
      7  ||Function:||Tell the controller which pixel structure design the OTA has.|| 
      8  ||Required Parameters:||'''type'''='''0'''|'''1'''|'''2'''|'''102'''|'''103'''|| 
      9  ||Optional Parameters:||'''dev'''='''all'''|'''0'''|'''1'''|| 
      10   
      11  The following table explains the possible values for the '''type''' field: 
      12   
      13  ||'''0'''||The CCD is not an OTA, and can only shift "up" and "down" 
      14  ||'''1'''||The CCD has MITLL OTA Type I pixel structure 
      15  ||'''2'''||The CCD has MITLL OTA Type II pixel structure 
      16  ||'''102'''||The CCD is an STA with Type II pixel structure but STA phase wiring 
      17  ||'''103'''||The CCD is a newer STA device with yet another variation 
      18   
      19  If in doubt, it may be necessary to try all non-zero values. ''NOTE: For all MITLL CCID58, the correct form is:'' 
      20   
      21  {{{ 
      22  pixtype dev=all type=1 
      23  }}} 
      24   
      25  ''as all MITLL devices made to date have Type I pixel design.