source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeData.dim@ 13725

Last change on this file since 13725 was 13725, checked in by Jens Buss, 12 years ago
initial commit: Take 1x pedestal, 1x ExtLp and 4x physics data runs
File size: 985 bytes
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Script for taking a Data Set (1x Pedestal On, 1x LPext, 4x5min DataRun)
5# ==========================================================================
6
7
8# Move Telescope to Wobble Position 1
9>
10> -----------
11> data taking script starting up...
12> -----------
13>
14
15# take a Pedestal run
16.x ScriptsForDimCtrl/ServiceScripts/TakePedestalOnRun.dim
17
18# take a ExtLP run
19.x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
20
21#Data Taking with Full Trigger Area (4x5min)
22
23# taking Run 1/4
24> taking data run 1/4
25.x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
26
27# taking Run 2/4
28> taking data run 2/4
29.x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
30
31# taking Run 3/4
32> taking data run 3/4
33.x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
34
35# taking Run 4/4
36> taking data run 4/4
37.x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
38
39
40> -----------
41> This is the end of data taking
42> -----------
Note: See TracBrowser for help on using the repository browser.