Changes between Initial Version and Version 1 of DatatakingProcedures


Ignore:
Timestamp:
08/08/13 11:02:56 (11 years ago)
Author:
ftemme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatatakingProcedures

    v1 v1  
     1= Datataking Procedures
     2
     3== First Drs Calibration
     4
     5**Notice:** dimscript for this procedure: ScriptsForDimCtrl/FirstDrsCalibration.dim
     6
     7**Remote-datataking:** In case of remote data-taking this section can be skiped. In this case you can directly open the lid, and start with the data-taking including the DRS calibration.
     8
     90. Do _Start_ (DRS Calibration) in the fad-tab
     100. Take *DRS: Pedestal* (1000 events)
     110. Take *DRS: Gain* (1000 events)
     120. Take *Pedestal* (1000 events)
     130. Switch to FITS file format in the fad-tab
     140. Take *Pedestal* (1000 events)
     150. Switch on the temperature control (Feedback-tab: *Start*, *Enable output*)
     160. Switch on the BIAS voltage (Set the global offset to one DAC count in the Bias tab and wait until the temperature feedback has ramped the voltages properly)
     170. Take *Pedestal* (1000 events)
     180. Switch off the bias voltage (*Set all to 0*)
     190. Open the lid
     20
     21== Normal Datataking
     22
     230. Move the telescope to wobble position 1
     240. Make sure Bias voltage is off
     250. Do _START_ (DRS Calibration) in the fad-tab
     260. Take *DRS: Pedestal* (1000 events, MCP *Start Run* on GUIs left side)
     270. Take *DRS: Gain* (1000 events)
     280. Take *DRS: Pedestal* (1000 events)
     290. Switch to FITS file format in the fad-tab
     300. Take *DRS: Pedestal* (1000 events)
     310. Take *DRS: Time* (1000 events)
     320. Do _RESET_ (DRS Calibration) to reset the secondary baseline in the fad-tab
     330. Take *Pedestal* (1000 events)
     340. Switch to FITS file format in the fad-tab
     350. Send somebody out at the backdoor to measure the the sky-brightness with the sky-meter at the rough direction the telescope is pointing and write it down in the logbook
     360. Take *Pedestal* (1000 events)
     370. Switch Bias on (set to one DAC count and wait for the feedback)
     380. Take *Pedestal* (1000 events)
     390. Take *External light pulser* (1000 events)
     400. Take data with full trigger area (four times 5 minutes)
     410. Move the telescope to wobble position 2
     420. Send somebody out at the backdoor to measure the the sky-brightness with the sky-meter at the rough direction the telescope is pointing and write it down in the logbook
     430. Take *Pedestal* (1000 events)
     440. Take *External light pulser* (1000 events)
     450. Take data with full trigger area (four times 5 minutes)
     460. Go on with the beginning of the data taking procedure
     47
     48== ratescan
     49
     500. Track a dark region
     51 - low zenith (<30°)
     52 - no bright star
     53 - no direct moonlight in the camera
     54 - examples
     55  - around 0:00 UTC: ra = 13.46667, dec = 27.12833
     56  - around 4:00 UTC: ra = 21.45, dec = 14.9
     570. Take a run with type ratescan with unlimited event and unlimited duration (for configuring all programms)
     580. Ratescan/START_THRESHOLD_SCAN x y c
     59
     60variables:
     61
     62- x: start threshold
     63- y: end threshold
     64- c: stepsize (if negativ ratescan starts with |c| and handle it dynamically, if the ratescan needs too much time)
     65
     66Configuring manually:
     67
     68- Stop ratecontrol (I'm not sure if this is necessary)
     69- ftmctrl/SET_DEAD_TIME 0 (in fact thats the minimum equal to 8ns (you can also set this value in the GUI)
     70- GUI: no interleaved pedestal, no interleaved extLP, only physic triggers
     71
     72== Ampl. vs Bias measurement
     73
     741. Track a dark region (same requirements as for the ratescan, see above)
     751. Do a DRS calibration
     761. Feedback/Start_Current_Control -1.0 (maybe Enable_Output yes)
     771. wait for 2 - 3 feedback voltage corrections
     781. switch to fits format
     791. Now take an external lp run with 1000 events
     80 - be aware that for x = -1.0, -0.9, its possible to trigger 0 events. Than you can go on with the next overvoltage
     811. Increase voltage offset by 0.1 V go on with the next light-pulser run
     821. do this until +0.5 V offset
     83
     84Write down following in the logbook:
     85
     86- Offset
     87- median Voltage
     88- median Current
     89- runnumber
     90
     91== Dim Scripts
     92
     93In FACT++/ScriptsForDimCtrl you will find the following scripts that could do parts of aboves procedures automatically.
     94
     95script_name | function
     96:- | :-
     97 __FirstDrsCalib.dim__ | taking a first DRS calibration as described above
     98 __DataTaking1.dim__ | procedure from step 2 to step 18
     99 __DataTaking2.dim__  | procedure from step 21 to step 23 (which btw. is the same as step 16 to step 18)
     100 __ResumeDataTaking.dim__  | can be used if DataTaking crashes during the first of a 4x5min run set to take 4 runs of  5 mins in a row
     101 __Take<source_name>.dim__  | procedure from step 1 to 23 with for Source <source_name> (2 Wobble positions)
     102 __AmplVsOv.dim__  | do steps 2 to 5 of the Amplitude vs Bias measurement with an overvoltage of x
     103
     104Scripts can be started in the dimctrl screen on data by typing:  __.x ScriptsForDimCtrl/<script_name>__
     105
     106Scripts can be stopped via dimctrl --stop in a bash
     107
     108- this command starts a client of the dimctrl-server (which runs the script) and sends a STOP command to the server
     109- its only possible when the first dimctrl was started as a server (dimctrl --server)
     110
     111if you want to only take the second wobble position the script can be started by: __.x ScriptsForDimCtrl/Take<source_name>:2__
     112
     113scripts available for the following sources:
     114source | <script_name>
     115:- | :-
     116 __Crab__ | TakeCrab.dim
     117 __Mrk421__ | TakeMrk421.dim
     118 __Mrk501__ | TakeMrk501.dim
     119 __1ES1218+304__ | Take1218.dim