Ignore:
Timestamp:
11/22/11 23:52:11 (13 years ago)
Author:
tbretz
Message:
Implemented writing to the header whether a corresponding drs-calib file should exist.
File:
1 edited

Legend:

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

    r12618 r12619  
    171171        // FIXME: I cannot write a double! WHY?
    172172        fFile.WriteKey("REFCLK", avg/cnt*2.048, "Average reference clock frequency in Hz");
     173
     174        fFile.WriteKey("DRSCALIB", IsDrsCalib(), "This file belongs to a DRS calibration");
     175
    173176    }
    174177    catch (const CCfits::FitsException &e)
Note: See TracChangeset for help on using the changeset viewer.