source: trunk/FACT++/ScriptsForDimCtrl/Take2344.dim@ 19441

Last change on this file since 19441 was 14345, checked in by Jens Buss, 12 years ago
optimized output to 40 signs textwidth
File size: 1.4 KB
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Data taking and tracking script for 1ES 2344+54.4
5# ==========================================================================
6
7# call it by: .x ScriptsForDimCtrl/Take2344.dim
8
9# ----------------------------------------------------
10>
11> ======================================
12> Data taking and tracking script for
13> 1ES 2344+54.4
14> ======================================
15> starting up...
16>
17
18
19# changing tracking to Wobble 1
20.x ScriptsForDimCtrl/ServiceScripts/Track2344Wobble1.dim
21
22# Wait for drivectrl to reply that its tracking the given source
23.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
24
25# starting data taking of Wobble 1
26.x ScriptsForDimCtrl/DataTaking1.dim
27
28# --------------------------------------
29# Label for processing only Wobble position 2
30# call like this .x ScriptsForDimCtrl/Take2344.dim:2
31:2
32# --------------------------------------
33
34# changing tracking to Mrk 421 Wobble 2
35.x ScriptsForDimCtrl/ServiceScripts/Track2344Wobble2.dim
36
37# Wait for drivectrl to reply that its tracking the given source
38.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
39
40# data taking to Mrk 421 Wobble 2
41.x ScriptsForDimCtrl/DataTaking2.dim
42
43# Stop tracking
44.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
45
46> ======================================
47> Data taking and tracking script for
48> 1ES 2344+54.4 --> FINISHED
49> ======================================
50>
51
52
Note: See TracBrowser for help on using the repository browser.