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