User Tools

Site Tools


howto:focus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howto:focus [2009/07/12 20:29] mateshowto:focus [2009/10/03 08:53] wildi
Line 63: Line 63:
 and if linear is not the best, the best fit of these three and if linear is not the best, the best fit of these three
 functions is proposed as a solution. functions is proposed as a solution.
- 
 ==== obs_process integration ==== ==== obs_process integration ====
  
Line 99: Line 98:
 === set the position === === set the position ===
  
-To set the position computed from the data, one has to execute the following command:+To set the position computed from the data, one has to execute the following commands:
  
   ''rts2-xmlrpcclient -s <FOCUSER> FOC_DEF <POSITION>''   ''rts2-xmlrpcclient -s <FOCUSER> FOC_DEF <POSITION>''
 +  ''rts2-xmlrpcclient -s <FOCUSER> FOC_TAR <POSITION>''
  
 The other imaginable ways like ''rts2-scriptexec -d <CAMERA> -s "FO.FOC_DEF=<position>"'' works as well, but XML-RPC interface is the prefered way how to solve the problem. The other imaginable ways like ''rts2-scriptexec -d <CAMERA> -s "FO.FOC_DEF=<position>"'' works as well, but XML-RPC interface is the prefered way how to solve the problem.
Line 124: Line 124:
  
   * we do not care if the astrometry is successfull, but obsproc mechanism by default does and does not provide a way to give us all images without complications. Disabling the astrometry and performing only object detection would improve the speed and overall processing.  -> disable the astrometry in the processing script? -> How many things would this break?   * we do not care if the astrometry is successfull, but obsproc mechanism by default does and does not provide a way to give us all images without complications. Disabling the astrometry and performing only object detection would improve the speed and overall processing.  -> disable the astrometry in the processing script? -> How many things would this break?
- 
- 
- 
howto/focus.txt · Last modified: 2009/10/03 00:00 (external edit)