Ignore:
Timestamp:
04/16/12 14:29:41 (13 years ago)
Author:
Jens Buss
Message:
switched to the 0new commenting method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/DataTaking2

    r13279 r13349  
    11# Move Telescope to Wobble Position 2
    2 .! echo `date -u` "data taking script for Wobble 2 starting up... " >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
    3 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
    4 .! echo
    5 .! echo `date -u`  "Operator: make sure that telescope is tracking wobble position 2 of source" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
    6 .! echo `date -u`  "Operator: Measure Sky Brightness" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     2> data taking script for Wobble 2 starting up...
     3> ----------------------------------------------------
     4>
     5> Operator: make sure that telescope is tracking wobble position 2 of source
     6> Operator: Measure Sky Brightness
     7>
    78
     9# check if all subsystems are in the correct state
    810.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    9 .! echo `date -u` "taking Pedestal with BIAS on 1000 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     11> taking Pedestal with BIAS on 1000 ...
    1012.s FAD_CONTROL 4
    1113MCP/START -1 1000 pedestal
    1214.s FAD_CONTROL 8
    1315.s FAD_CONTROL 4
    14 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     16> ... done
    1517
     18# check if all subsystems are in the correct state
    1619.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    17 .! echo `date -u` "taking External Light Pulser with BIAS on 1000 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     20> taking External Light Pulser with BIAS on 1000 ...
    1821MCP/START -1 1000 light-pulser-ext
    1922.s FAD_CONTROL 8
    2023.s FAD_CONTROL 4
    21 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     24> ... done
    2225
    2326#Data Taking with Full Trigger Area (4x5min)
    2427
     28# check if all subsystems are in the correct state
    2529.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    26 .! echo `date -u` "taking Data:FullTriggerArea 5min Run 1 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     30> taking Data:FullTriggerArea 5min Run 1 ...
    2731MCP/START 300 -1 data
    2832.s FAD_CONTROL 8
    2933.s FAD_CONTROL 4
    30 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     34> ... done
    3135
     36# check if all subsystems are in the correct state
    3237.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    33 .! echo `date -u` "taking Data:FullTriggerArea 5min Run 2 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     38> taking Data:FullTriggerArea 5min Run 2 ...
    3439MCP/START 300 -1 data
    3540.s FAD_CONTROL 8
    3641.s FAD_CONTROL 4
    37 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     42> ... done
    3843
     44# check if all subsystems are in the correct state
    3945.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    40 .! echo `date -u` "taking Data:FullTriggerArea 5min Run 3 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     46> taking Data:FullTriggerArea 5min Run 3 ...
    4147MCP/START 300 -1 data
    4248.s FAD_CONTROL 8
    4349.s FAD_CONTROL 4
    44 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     50> ... done
    4551
     52# check if all subsystems are in the correct state
    4653.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
    47 .! echo `date -u` "taking Data:FullTriggerArea 5min Run 4 ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     54> taking Data:FullTriggerArea 5min Run 4 ...
    4855MCP/START 300 -1 data
    4956.s FAD_CONTROL 8
    5057.s FAD_CONTROL 4
    51 .! echo `date -u` "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     58> ... done
    5259
    53 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
    54 .! echo `date -u` "This is the end of data taking of Wobble 2" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     60> ----------------------------------------------------
     61> This is the end of data taking of Wobble 2
Note: See TracChangeset for help on using the changeset viewer.