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