Changes between Version 155 and Version 156 of UserGuideGit


Ignore:
Timestamp:
Mar 22, 2009, 6:20:00 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v155 v156  
    153153It can be usefull to call an external program to make tethered shooting, instead of using the Merlin/Orion triggering.
    154154
    155 If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{mirrorLockup()}}}''' and '''{{{shoot(bracketNumber)}}}''' contained in this script will be called instead of internal ones.
     155If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{init()}}}''', '''{{{mirrorLockup()}}}''' and '''{{{shoot(bracketNumber)}}}''' contained in this script will be called instead of internal ones.
    156156
    157157Here is a minimalistic example script:
     
    208208Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\\notepad.exe"}}}'''.
    209209
    210  * ''Note 1: the tethered program needs to support command-line call.''
    211  * ''Note 2: if a function does not exist, the internal one will be used instead.''
     210 * ''Note:the tethered program needs to support command-line call.''
    212211
    213212More informations about ''subprocess'' module usage can be found here: