Ignore:
Timestamp:
04/01/04 17:02:35 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc

    r3624 r3625  
    848848      *fLog << warn << "Saturated Hi Gain histogram in pixel: " << pix.GetPixId() << endl;
    849849      pix.SetHiGainSaturation();
    850       //      return;
     850      hist.CreateFourierSpectrum();
     851      return;
    851852    }
    852853   
     
    917918      bad.SetUncalibrated( MBadPixelsPix::kLoGainSaturation );
    918919      bad.SetUnsuitable(   MBadPixelsPix::kUnsuitableRun    );
    919       //      return;
     920      hist.CreateFourierSpectrum();
     921      return;
    920922    }
    921923
Note: See TracChangeset for help on using the changeset viewer.