Changes between Version 1 and Version 2 of TestMeasurementsClosedLid
- Timestamp:
- 12/09/14 19:55:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestMeasurementsClosedLid
v1 v2 1 == Test Measurements with Closed Lid 2 1 3 as I was asked already several times how to do these measurements, I put here some information on how to do it 2 4 3 goal of such measurements: record events with closed lid to study what events occur in that case 5 === goal of such measurements 6 7 record events with closed lid to study what events occur in that case 8 9 === bias on or off 4 10 the bias might be switched on of off for these events 11 5 12 bias on: probably muon events (they look different depending on the zd, also the rate changes) 6 13 bias of: only electronics noise triggering … … 14 21 in drivectrl: MOVE_TO <zd> <az> 15 22 (you just need to position the telescope, tracking is not needed) 23 24 === configure run 25 26 in mcp: START <timemax> <nummax> <runtype> 27 e.g. MCP/START -1 100 data (will take a data run of 100 events) 28 29 === set trigger settings 30 31 in ftmctrl: 32 STOP_TRIGGER 33 SET_THRESHOLD -1 <threshold> 34 e.g. SET_THRESHOLD -1 400 35 START_TRIGGER 36