Ignore:
Timestamp:
09/08/11 21:41:43 (13 years ago)
Author:
tbretz
Message:
Add one to the STEP read from the FITS file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.cc

    r12025 r12036  
    164164        }
    165165
    166         fStep      = file.GetUInt("STEP");
     166        fStep      = file.GetUInt("STEP")+1;
    167167        fNumOffset = file.GetUInt("NBOFFSET");
    168168        fNumGain   = file.GetUInt("NBGAIN");
Note: See TracChangeset for help on using the changeset viewer.