User Tools

Site Tools


howto:taking_images

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
howto:taking_images [2009/06/08 17:36] – created pkubanekhowto:taking_images [2010/04/10 08:23] – typo fixed shashi
Line 1: Line 1:
-Following paragraphs documents how to take images with **RTS2**. It is assumed that you have everything installed, and **RTS2**, including CCD drivers, runs on your computer. +Following paragraphs document how to take images with **RTS2**. It is assumed that you have everything installed, and **RTS2**, including CCD drivers, runs on your computer. 
- +The examples given here assume that your camera name in **RTS2** system is **C0**. If your camera is called differently, please use its name.
-The examples given there assumes that your camera name in **RTS2** system is **C0**. If you camera is called differently, please use its name.+
  
 ====== rts2-xfocusc ====== ====== rts2-xfocusc ======
Line 55: Line 54:
 </code> </code>
  
 +The resulting images are saved as //<camera_name>_<yyyy><mm><dd>-<hh><mm><ss>-<msec>.fits// to the current directory. If you will try to modify script, please bear in mind that you need to put space around brackets - e.g. this:
 +
 +<code bash>
 +user@host:~# rts2-scriptexec -d C0 -s 'for 2 {E 20}'
 +</code>
 +
 +is wrong, while this:
 +
 +<code bash>
 +user@host:~# rts2-scriptexec -d C0 -s 'for 2 { E 20 }'
 +</code>
 +
 +is correct.
howto/taking_images.txt · Last modified: 2010/04/10 00:00 (external edit)