Changeset 3831
- Timestamp:
- 04/26/04 11:48:33 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3829 r3831 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/04/26: Abelardo Moralejo 22 23 * manalysis/MMcCalibrationUpdate.cc 24 - changed from 1 to 10 the "dummy" value of conversion high to low 25 gain for old camera 0.6 files. Usually these files have no low 26 gain at all, but there was a patched version of the program 27 which did have low gain (with a gain 10 lower than hg). 20 28 21 29 2004/04/25: Abelardo Moralejo -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r3768 r3831 201 201 { 202 202 fAmplitudeOuter = fAmplitude; 203 fConversionHiLo = 1 ; // dummy value203 fConversionHiLo = 10; // dummy value 204 204 } 205 205
Note:
See TracChangeset
for help on using the changeset viewer.