Changes between Version 4 and Version 5 of HetProcedures/RA/guideprobes


Ignore:
Timestamp:
Mar 6, 2016 1:43:31 AM (8 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/guideprobes

    v4 v5  
    11
    2 == Setup of the guide ==
     2= Setup of the Probes =
    33
    4 = Home of the guider probes =
     4There are 4 probes:
     5
     6 * Guide probe 1 (GC1)
     7 * Guide probe 2 (GC2)
     8 * Wave Front Sensor 1 (WFS1)
     9 * Wave Front Sensor 2 (WFS2)
     10
     11== Home of the guider probes ==
    512
    613The guider probes are on absolute encoders so the purpose of the home is simply to move the probes 90 degrees from each other.   In the near future we will likely change the end position of the home to be mid range on axis.
     
    815Command:  {{{ syscmd -v -P 'HomeProbes()'  }}}
    916
     17== Move of the guide probes in their X and Y coordinate system ==
     18
     19The probes actually move along a annulus and have a swing arm moving from that position.  This results in 180 degrees of motion (overlapping for each probe).  While one
     20could reference these angles of motion (in degrees) we usually fall back on a X and Y coordinate transform which are nearly aligned with the tracker X and Y coordinate
     21system.
     22
     23One can move the probes in this X and Y coordinate system:   
     24
     25Command:  {{{ syscmd -v -P 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}}
     26
     27Examples: {{{          syscmd -T -v 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}}
     28       {{{  syscmd -T -v 'Guider2_set_position( x_ang=-0.16, y_ang=0.00) ' }}}
     29     {{{    syscmd -T -v 'WFS1_set_position( x_ang=0.00, y_ang=0.16) ' }}}
     30    {{{     syscmd -T -v 'WFS2_set_position( x_ang=0.00, y_ang=-0.16) ' }}}
    1031
    1132
     33