Changes between Version 7 and Version 8 of HetProcedures/RA/guideprobes


Ignore:
Timestamp:
Mar 6, 2016 2:07:46 AM (8 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/guideprobes

    v7 v8  
    2323The process is actually two steps.   Select the location to move the probes and then tell pfip to move the probes.
    2424
    25 One can move the probes in this X and Y coordinate system:   
     25One can move the probes in this X and Y coordinate system: 
     26 
    2627
    2728Command:  {{{ syscmd -v -T 'Guider1_set_position( x_ang=XVALUE, y_ang=YVALUE) ' }}}  where XVALUE and YVALUE are in degrees <br>
     
    2930
    3031Examples: <br>
    31      {{{  syscmd -T -v 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}} <br>
    32      {{{  syscmd -T -v 'Guider2_set_position( x_ang=-0.16, y_ang=0.00) ' }}} <br>
    33      {{{  syscmd -T -v 'WFS1_set_position( x_ang=0.00, y_ang=0.16) ' }}} <br>
    34      {{{  syscmd -T -v 'WFS2_set_position( x_ang=0.00, y_ang=-0.16) ' }}} <br>
     32     {{{  syscmd -T -v 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}} [[BR]]
     33     {{{  syscmd -T -v 'Guider2_set_position( x_ang=-0.16, y_ang=0.00) ' }}} [[BR]]
     34     {{{  syscmd -T -v 'WFS1_set_position( x_ang=0.00, y_ang=0.16) ' }}} [[BR]]
     35     {{{  syscmd -T -v 'WFS2_set_position( x_ang=0.00, y_ang=-0.16) ' }}} [[BR]]
    3536     {{{ syscmd -v -T 'pfip_move_probes()' }}}
    3637
     
    4142
    4243Examples: <br>
    43      {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855, equinox=2000.0) ' }}} <br>
    44      {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855 ) ' }}} <br>
    45      {{{ syscmd -v -T 'pfip_move_probes()' }}}  <br>
     44     {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855, equinox=2000.0) ' }}} [[BR]]
     45     {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855 ) ' }}} [[BR]]
     46     {{{ syscmd -v -T 'pfip_move_probes()' }}}  [[BR]]
    4647     
    4748