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