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

Last change on this file since 13791 was 13775, checked in by neise, 13 years ago
TPK forget to check this in, so I do it
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# Stop tracking
20.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
21
22#====================================================================
23# Label for processing only Wobble position 2
24# call like this .x ScriptsForDimCtrl/Take1218.dim:2
25:2
26
27# changing tracking to 1ES 1218+304 Wobble 2
28.x ScriptsForDimCtrl/ServiceScripts/Track1218Wobble2.dim
29
30# Wait for drivectrl to reply that its tracking the given source
31.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
32
33# data taking to 1ES 1218+304 Wobble 2
34.x ScriptsForDimCtrl/DataTaking2.dim
35
36# Stop tracking
37.x ScriptsForDimCtrl/ServiceScripts/StopTracking.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.