Changes between Version 4 and Version 5 of TestMeasurementsClosedLid
- Timestamp:
- 12/09/14 20:00:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestMeasurementsClosedLid
v4 v5 20 20 21 21 in drivectrl: MOVE_TO <zd> <az> 22 22 23 (you just need to position the telescope, tracking is not needed) 24 23 25 in case you want to go to zenith, I recommend something like 2° as directly zenith might be difficult for a real telescope ;) 24 26 … … 30 32 31 33 in mcp: START <timemax> <nummax> <runtype> 34 32 35 e.g. MCP/START -1 100 data (will take a data run of 100 events) 33 36 … … 35 38 36 39 in ftmctrl: 40 37 41 STOP_TRIGGER 42 38 43 SET_THRESHOLD -1 <threshold> 44 39 45 e.g. SET_THRESHOLD -1 400 46 40 47 START_TRIGGER 41 48