source: trunk/FACT++/ScriptsForDimCtrl/DataTaking1.dim@ 16095

Last change on this file since 16095 was 14336, checked in by Jens Buss, 12 years ago
optimized output to 40 sign textwidth
File size: 1.2 KB
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Script for taking data when you are tracking wobble position 1
5
6# take a DRS CaLibration and physics Data afterwards
7# ==========================================================================
8
9# Move Telescope to Wobble Position 1
10>
11> --------------------------------------
12> data taking for Wobble 1
13> starting up...
14> --------------------------------------
15> OPERATOR:
16> make sure the telescope is tracking
17> wobble position 1 of the source
18> --------------------------------------
19
20# Take a DRS-Calibration before beginning to take physics Data
21.x ScriptsForDimCtrl/ServiceScripts/TakeDrsCalibration.dim
22
23> --------------------------------------
24> OPERATOR: Measure Sky Brightness
25> --------------------------------------
26
27# check feedback state before switching BIAS ON and ramping up to nominal Voltage
28.x ScriptsForDimCtrl/ServiceScripts/PrepareBiasForDataTaking.dim
29
30# taking a Data Set (1x Pedestal 1000 Bias On, 1x LPext 1000, 4x5min DataRun)
31.x ScriptsForDimCtrl/ServiceScripts/TakeData.dim
32
33> --------------------------------------
34> data taking for Wobble 1 finished
35> --------------------------------------
Note: See TracBrowser for help on using the repository browser.