Changeset 14001 for trunk


Ignore:
Timestamp:
05/31/12 16:37:42 (12 years ago)
Author:
tbretz
Message:
Exchanged the file format definition for the cfiotsio based fits format and our own writer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/HeadersFAD.h

    r13910 r14001  
    7575        kNone = 0,  // Nothing is written just some little output in the log-stream
    7676        kDebug,     // The contents of the headers are output to the console
    77         kCfitsio,   // FITS file written with cfitsio
     77        kFits,      // FITS file written with streamer class ofits
    7878        kRaw,       // Raw binary streams are written
    7979        kCalib,     // DRS calibration in progress
    80         kFits       // FITS file written with streamer class ofits
     80        kCfitsio,   // FITS file written with cfitsio
    8181    };
    8282
Note: See TracChangeset for help on using the changeset viewer.