Last change
on this file since 13963 was 13961, checked in by Jens Buss, 12 years ago |
prepended STOP tracking command before sending tracking command
|
File size:
1.3 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # Data taking and tracking script for 1ES 1218+304
|
---|
4 | >
|
---|
5 | > ----------------------------------------------------
|
---|
6 | > Data taking and tracking script for 1ES 1218+304
|
---|
7 | > starting up...
|
---|
8 | > ----------------------------------------------------
|
---|
9 |
|
---|
10 | # Stop tracking
|
---|
11 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
12 |
|
---|
13 | # changing tracking to 1ES 1218+304 Wobble 1
|
---|
14 | .x ScriptsForDimCtrl/ServiceScripts/Track1218Wobble1.dim
|
---|
15 |
|
---|
16 | # Wait for drivectrl to reply that its tracking the given source
|
---|
17 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
18 |
|
---|
19 | # starting data taking of 1ES 1218+304 Wobble 1
|
---|
20 | .x ScriptsForDimCtrl/DataTaking1.dim
|
---|
21 |
|
---|
22 | # Stop tracking
|
---|
23 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
24 |
|
---|
25 | #====================================================================
|
---|
26 | # Label for processing only Wobble position 2
|
---|
27 | # call like this .x ScriptsForDimCtrl/Take1218.dim:2
|
---|
28 | :2
|
---|
29 |
|
---|
30 | # changing tracking to 1ES 1218+304 Wobble 2
|
---|
31 | .x ScriptsForDimCtrl/ServiceScripts/Track1218Wobble2.dim
|
---|
32 |
|
---|
33 | # Wait for drivectrl to reply that its tracking the given source
|
---|
34 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
35 |
|
---|
36 | # data taking to 1ES 1218+304 Wobble 2
|
---|
37 | .x ScriptsForDimCtrl/DataTaking2.dim
|
---|
38 |
|
---|
39 | > ----------------------------------------------------
|
---|
40 | > Data taking and tracking script for 1ES 1218+304
|
---|
41 | > finnished
|
---|
42 | > ----------------------------------------------------
|
---|
43 | >
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.