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 revisionBoth sides next revision
howto:taking_images [2009/06/08 17:36] – created pkubanekhowto:taking_images [2009/06/08 18:35] – added note about where images are saved pkubanek
Line 55: Line 55:
 </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)