- Timestamp:
- 07/16/12 09:21:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeDrsCalibration.dim
r13973 r14263 13 13 # Making sure bias is off, before the DRS calibration starts 14 14 BIAS_CONTROL/SET_ZERO_VOLTAGE 15 > ...ramping Voltage down 16 > 17 > ...waiting for BIAS to be in state 7: Voltage Off 15 18 .s BIAS_CONTROL 7 # Voltage Off 16 19 17 20 # starting the DRS calibration 18 21 FAD_CONTROL/START_DRS_CALIBRATION 19 > biasvoltage is switched off22 > ...BIAS voltage is switched off 20 23 > 24 21 25 # taking first DRS:Pedestal with 1000 Events and ROI 1024 22 26 > taking DRS:Pedestal 1000 ... 27 > ...waiting for FAD to be in state 4: Connected 23 28 .s FAD_CONTROL 4 # Connected 24 29 MCP/START -1 1000 drs-pedestal 30 > ...waiting for FAD to be in state 8: Writing Data 25 31 .s FAD_CONTROL 8 # Writing Data 32 > ...waiting for FAD to be in state 4: Connected 26 33 .s FAD_CONTROL 4 # Connected 27 34 > ... done 35 > 28 36 29 37 # taking DRS:Gain with 1000 Events and ROI 1024 30 38 > taking DRS:Gain 1000 ... 31 39 MCP/START -1 1000 drs-gain 40 > ...waiting for FAD to be in state 8: Writing Data 32 41 .s FAD_CONTROL 8 # Writing Data 42 > ...waiting for FAD to be in state 4: Connected 33 43 .s FAD_CONTROL 4 # Connected 34 44 > ... done 45 > 35 46 36 47 # taking DRS:Pedestal 1000 Events and ROI 1024 37 48 > taking DRS:Pedestal 1000 ... 38 49 MCP/START -1 1000 drs-pedestal 50 > ...waiting for FAD to be in state 8: Writing Data 39 51 .s FAD_CONTROL 8 # Writing Data 52 > ...waiting for FAD to be in state 4: Connected 40 53 .s FAD_CONTROL 4 # Connected 41 54 > ... done 55 > 42 56 43 57 # taking again a DRS:Pedestal with 1000 Events and ROI 1024 for a crosscheck of calculated calibrations constants … … 45 59 FAD_CONTROL/SET_FILE_FORMAT 2 46 60 MCP/START -1 1000 drs-pedestal 61 > ...waiting for FAD to be in state 8: Writing Data 47 62 .s FAD_CONTROL 8 # Writing Data 63 > ...waiting for FAD to be in state 4: Connected 48 64 .s FAD_CONTROL 4 # Connected 49 65 > ... done 66 > 50 67 51 68 # taking DRS:Time with 1000 Events and ROI 1024 52 69 > taking DRS:Time 1000 ... 53 70 MCP/START -1 1000 drs-time 71 > ...waiting for FAD to be in state 8: Writing Data 54 72 .s FAD_CONTROL 8 # Writing Data 73 > ...waiting for FAD to be in state 4: Connected 55 74 .s FAD_CONTROL 4 # Connected 56 75 > ... done 76 > 57 77 58 78 # taking DRS:Time upshifted 1000 Events and ROI 1024 59 79 > taking DRS:Time upshifted 1000 ... 60 80 MCP/START -1 1000 drs-time-upshifted 81 > ...waiting for FAD to be in state 8: Writing Data 61 82 .s FAD_CONTROL 8 # Writing Data 83 > ...waiting for FAD to be in state 4: Connected 62 84 .s FAD_CONTROL 4 # Connected 63 85 > ... done 86 > 64 87 65 88 # taking a Pedestal with 1000 Events and ROI 300 for secondary baseline... … … 67 90 FAD_CONTROL/RESET_SECONDARY_DRS_BASELINE 68 91 MCP/START -1 1000 pedestal 92 > ...waiting for FAD to be in state 8: Writing Data 69 93 .s FAD_CONTROL 8 # Writing Data 94 > ...waiting for FAD to be in state 4: Connected 70 95 .s FAD_CONTROL 4 # Connected 71 96 > ... done 97 > 72 98 73 99 # taking crosscheck Pedestal 1000 Events and ROI 300 … … 75 101 FAD_CONTROL/SET_FILE_FORMAT 2 76 102 MCP/START -1 1000 pedestal 103 > ...waiting for FAD to be in state 8: Writing Data 77 104 .s FAD_CONTROL 8 # Writing Data 105 > ...waiting for FAD to be in state 4: Connected 78 106 .s FAD_CONTROL 4 # Connected 79 107 > ... done
Note:
See TracChangeset
for help on using the changeset viewer.