source: trunk/FACT++/ScriptsForDimCtrl/Take1218.dim@ 14098

Last change on this file since 14098 was 13979, checked in by Jens Buss, 12 years ago
tracking will only be stopped at the end of the second wobble position
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# changing tracking to 1ES 1218+304 Wobble 1
11.x ScriptsForDimCtrl/ServiceScripts/Track1218Wobble1.dim
12
13# Wait for drivectrl to reply that its tracking the given source
14.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
15
16# starting data taking of 1ES 1218+304 Wobble 1
17.x ScriptsForDimCtrl/DataTaking1.dim
18
19#====================================================================
20# Label for processing only Wobble position 2
21# call like this .x ScriptsForDimCtrl/Take1218.dim:2
22:2
23
24# changing tracking to 1ES 1218+304 Wobble 2
25.x ScriptsForDimCtrl/ServiceScripts/Track1218Wobble2.dim
26
27# Wait for drivectrl to reply that its tracking the given source
28.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
29
30# data taking to 1ES 1218+304 Wobble 2
31.x ScriptsForDimCtrl/DataTaking2.dim
32
33# Stop tracking
34.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
35
36> ----------------------------------------------------
37> Data taking and tracking script for 1ES 1218+304
38> finnished
39> ----------------------------------------------------
40>
41
Note: See TracBrowser for help on using the repository browser.