1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # ==========================================================================
|
---|
4 | # Data taking and tracking script for 1ES1959+650
|
---|
5 | # ==========================================================================
|
---|
6 |
|
---|
7 | # call it by: .x ScriptsForDimCtrl/Take1959.dim
|
---|
8 |
|
---|
9 | # ----------------------------------------------------
|
---|
10 |
|
---|
11 |
|
---|
12 | >
|
---|
13 | > ======================================
|
---|
14 | > Data taking and tracking script for
|
---|
15 | > 1959
|
---|
16 | > ======================================
|
---|
17 | > starting up...
|
---|
18 | >
|
---|
19 |
|
---|
20 |
|
---|
21 | # changing tracking to 1959 Wobble 1
|
---|
22 | .x ScriptsForDimCtrl/ServiceScripts/Track1959Wobble1.dim
|
---|
23 |
|
---|
24 | # Wait for drivectrl to reply that its tracking the given source
|
---|
25 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
26 |
|
---|
27 | # starting data taking of 1959
|
---|
28 | .x ScriptsForDimCtrl/DataTaking1.dim
|
---|
29 |
|
---|
30 | # --------------------------------------
|
---|
31 | # Label for processing only Wobble position 2
|
---|
32 | # call like this .x ScriptsForDimCtrl/Take1959.dim:2
|
---|
33 | :2
|
---|
34 | # --------------------------------------
|
---|
35 |
|
---|
36 | # changing tracking to 1959 Wobble 2
|
---|
37 | .x ScriptsForDimCtrl/ServiceScripts/Track1959Wobble2.dim
|
---|
38 |
|
---|
39 | # Wait for drivectrl to reply that its tracking the given source
|
---|
40 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
41 |
|
---|
42 | # data taking to 1959 Wobble 2
|
---|
43 | .x ScriptsForDimCtrl/DataTaking2.dim
|
---|
44 |
|
---|
45 | # Stop tracking
|
---|
46 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
47 |
|
---|
48 | > ======================================
|
---|
49 | > Data taking and tracking script for
|
---|
50 | > 1959 --> FINISHED
|
---|
51 | > ======================================
|
---|
52 | >
|
---|
53 |
|
---|