- Timestamp:
- 01/04/21 23:48:48 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/callisto.C
r19958 r20025 78 78 //double scale = 1./22.553;//0.2; 79 79 double scale = 1./17.557; 80 81 // Three pixels have a slightly different gain 82 // so there signal must be attenuated 83 // THIS ONLY HAS TO BE USED FOR DATA WITH THE RESISTORS IN PLACE!! 84 MArrayD calib(64); 85 calib.Reset(1); 86 calib[33] = 1./0.82; 87 calib[37] = 1./0.82; 88 calib[43] = 1./0.82; 80 89 81 90 // ------------------------------------------------------ … … 247 256 MCalibrateFact conv5; 248 257 conv5.SetScale(scale); 249 //conv5.SetCalibConst(calib);258 conv5.SetCalibConst(calib); 250 259 251 260 // Instantiate task which applies the DRS time calibration
Note:
See TracChangeset
for help on using the changeset viewer.