Changes between Version 131 and Version 132 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Dec 19, 2016 2:55:50 AM (7 years ago)
Author:
sco
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v131 v132  
    122122syscmd -l 'help()' | grep wait
    123123}}}
     124
     125* Suppose you want to see an actual example:
     126{{{
     127syscmd -l 'wait_for_shutter_close(observation=8001, exposure=1  )'
     128beep
     129beep
     130beep
     131}}}
     132The command will not return until the shutter closes. at which point in the example above you'll hear three beeps.
    124133
    125134== Generic Setup of LRS2 Observation == #setup