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