Changeset 3831 for trunk


Ignore:
Timestamp:
04/26/04 11:48:33 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3829 r3831  
    1818
    1919                                                 -*-*- 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).
    2028
    2129 2004/04/25: Abelardo Moralejo
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r3768 r3831  
    201201          {
    202202            fAmplitudeOuter = fAmplitude;
    203             fConversionHiLo = 1;  // dummy value
     203            fConversionHiLo = 10;  // dummy value
    204204          }
    205205
Note: See TracChangeset for help on using the changeset viewer.