Changeset 16485 for trunk


Ignore:
Timestamp:
05/30/13 15:01:59 (11 years ago)
Author:
lyard
Message:
changed drs calib table name
Location:
trunk
Files:
2 edited

Legend:

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

    r16443 r16485  
    736736    header.push_back(HeaderEntry("CHECKSUM", "'0000000000000000'  ", "Checksum for the whole HDU"));
    737737    header.push_back(HeaderEntry("DATASUM" ,  "         0"         , "Checksum for the data block"));
    738     header.push_back(HeaderEntry("EXTNAME" , "'IntCalibration'    ", "name of this binary table extension"));
     738    header.push_back(HeaderEntry("EXTNAME" , "'ZDrsCellOffsets'   ", "name of this binary table extension"));
    739739    header.push_back(HeaderEntry("TTYPE1"  , "'OffsetCalibration' ", "label for field   1"));
    740740    header.push_back(HeaderEntry("TFORM1"  , "'1474560I'          ", "data format of field: 2-byte INTEGER"));
  • trunk/Mars/mcore/factfits.h

    r16443 r16485  
    101101            return;
    102102
    103         zfits calib(fileName, "IntCalibration");
     103        zfits calib(fileName, "ZDrsCellOffsets");
    104104
    105105        if (calib.bad())
     
    117117            clear(rdstate()|ios::badbit);
    118118#ifdef __EXCEPTIONS
    119             throw runtime_error("Table 'IntCalibration' found, but not with one row as expected");
     119            throw runtime_error("Table 'ZDrsCellOffsets' found, but not with one row as expected");
    120120#else
    121             gLog << ___err___ << "ERROR - Table 'IntCalibration' found, but not with one row as expected" << endl;
     121            gLog << ___err___ << "ERROR - Table 'ZDrsCellOffsets' found, but not with one row as expected" << endl;
    122122            return;
    123123#endif
Note: See TracChangeset for help on using the changeset viewer.