Changes between Version 5 and Version 6 of TestMeasurementsClosedLid
- Timestamp:
- 12/09/14 20:03:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestMeasurementsClosedLid
v5 v6 10 10 the bias might be switched on of off for these events 11 11 12 bias on: probably muon events (they look different depending on the zd, also the rate changes) 13 bias of : only electronics noise triggering12 bias on: probably muon events (they look different depending on the zd, also the rate changes)[[BR]] 13 bias off: only electronics noise triggering 14 14 15 15 = how to do such a measurement … … 19 19 in case you want to do it not in park position: 20 20 21 in drivectrl: MOVE_TO <zd> <az> 22 23 (you just need to position the telescope, tracking is not needed) 24 21 in drivectrl: [[BR]] 22 MOVE_TO <zd> <az>[[BR]] 23 (you just need to position the telescope, tracking is not needed)[[BR]] 25 24 in case you want to go to zenith, I recommend something like 2° as directly zenith might be difficult for a real telescope ;) 26 25 … … 31 30 === configure run 32 31 33 in mcp: START <timemax> <nummax> <runtype>34 32 in mcp: [[BR]] 33 START <timemax> <nummax> <runtype>[[BR]] 35 34 e.g. MCP/START -1 100 data (will take a data run of 100 events) 36 35 37 36 === set trigger settings 38 37 39 in ftmctrl: 40 41 STOP_TRIGGER 42 43 SET_THRESHOLD -1 <threshold> 44 45 e.g. SET_THRESHOLD -1 400 46 38 in ftmctrl: [[BR]] 39 STOP_TRIGGER[[BR]] 40 SET_THRESHOLD -1 <threshold>[[BR]] 41 e.g. SET_THRESHOLD -1 400[[BR]] 47 42 START_TRIGGER 48 43