1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 |
|
---|
4 | # Move Telescope to Wobble Position 2
|
---|
5 | >
|
---|
6 | > -----------
|
---|
7 | > data taking script for Wobble 2 starting up...
|
---|
8 | > -----------
|
---|
9 | >
|
---|
10 | > Operator: make sure that telescope is tracking wobble position 2 of source
|
---|
11 | > Operator: Measure Sky Brightness
|
---|
12 | >
|
---|
13 |
|
---|
14 | # check if all subsystems are in the correct state
|
---|
15 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
16 | > taking Pedestal with BIAS on 1000 ...
|
---|
17 | .s FAD_CONTROL 4
|
---|
18 | MCP/START -1 1000 pedestal
|
---|
19 | .s FAD_CONTROL 8
|
---|
20 | .s FAD_CONTROL 4
|
---|
21 | > ... done
|
---|
22 |
|
---|
23 | # check if all subsystems are in the correct state
|
---|
24 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
25 | > taking External Light Pulser with BIAS on 1000 ...
|
---|
26 | MCP/START -1 1000 light-pulser-ext
|
---|
27 | .s FAD_CONTROL 8
|
---|
28 | .s FAD_CONTROL 4
|
---|
29 | > ... done
|
---|
30 |
|
---|
31 | #Data Taking with Full Trigger Area (4x5min)
|
---|
32 |
|
---|
33 | # check if all subsystems are in the correct state
|
---|
34 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
35 | > taking Data:FullTriggerArea 5min Run 1 ...
|
---|
36 | MCP/START 300 -1 data
|
---|
37 | .s FAD_CONTROL 8
|
---|
38 | .s FAD_CONTROL 4
|
---|
39 | > ... done
|
---|
40 |
|
---|
41 | # check if all subsystems are in the correct state
|
---|
42 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
43 | > taking Data:FullTriggerArea 5min Run 2 ...
|
---|
44 | MCP/START 300 -1 data
|
---|
45 | .s FAD_CONTROL 8
|
---|
46 | .s FAD_CONTROL 4
|
---|
47 | > ... done
|
---|
48 |
|
---|
49 | # check if all subsystems are in the correct state
|
---|
50 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
51 | > taking Data:FullTriggerArea 5min Run 3 ...
|
---|
52 | MCP/START 300 -1 data
|
---|
53 | .s FAD_CONTROL 8
|
---|
54 | .s FAD_CONTROL 4
|
---|
55 | > ... done
|
---|
56 |
|
---|
57 | # check if all subsystems are in the correct state
|
---|
58 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
59 | > taking Data:FullTriggerArea 5min Run 4 ...
|
---|
60 | MCP/START 300 -1 data
|
---|
61 | .s FAD_CONTROL 8
|
---|
62 | .s FAD_CONTROL 4
|
---|
63 | > ... done
|
---|
64 |
|
---|
65 | > ----------------------------------------------------
|
---|
66 | > This is the end of data taking of Wobble 2
|
---|