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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/guideprobes

    v5 v6  
    2121system.
    2222
     23The process is actually two steps.   Select the location to move the probes and then tell pfip to move the probes.
     24
    2325One can move the probes in this X and Y coordinate system:   
    2426
    25 Command:  {{{ syscmd -v -P 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}}
     27Command:  {{{ syscmd -v -T 'Guider1_set_position( x_ang=XVALUE, y_ang=YVALUE) ' }}}  where XVALUE and YVALUE are in degrees
     28          {{{ syscmd -v -T 'pfip_move_probes()' }}}
    2629
    27 Examples: {{{          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) ' }}}
     30Examples:
     31     {{{  syscmd -T -v 'Guider1_set_position( x_ang=0.16, y_ang=0.00) ' }}}
     32     {{{  syscmd -T -v 'Guider2_set_position( x_ang=-0.16, y_ang=0.00) ' }}}
     33     {{{  syscmd -T -v 'WFS1_set_position( x_ang=0.00, y_ang=0.16) ' }}}
     34     {{{  syscmd -T -v 'WFS2_set_position( x_ang=0.00, y_ang=-0.16) ' }}}
     35     {{{ syscmd -v -T 'pfip_move_probes()' }}}
     36
     37The probes can be placed with RA and DEC commands as well.
     38
     39Command:  {{{ syscmd -v -P 'Guider1_set_position( ra=RAVALUE, dec=DECVALUE, equinox=yearVALUE )' }}}   where RAVALUE are in decimal hours, DECVALUE are in decimal degrees and yearVALUE is the year and the default equinox is 2000.0 and could be excluded.    The positions are always referenced to what object the tracker was pointed at, ie. what came
     40from htopx3.    Thus in theory the target needs to be at the reference location, usually the IHMP position.
     41
     42Examples:
     43     {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855, equinox=2000.0) ' }}}
     44     {{{  syscmd -T -v 'Guider1_set_position( ra=12.0403092, dec=-5.0593855 ) ' }}}
     45     {{{ syscmd -v -T 'pfip_move_probes()' }}}
     46     
     47
     48Below are some images that show the range of the guider positions.   In these plots +X is to the right and +Y is up.
    3149
    3250
    3351
     52