Index: trunk/FACT++/src/fitsCompressor.cc
===================================================================
--- trunk/FACT++/src/fitsCompressor.cc	(revision 16483)
+++ trunk/FACT++/src/fitsCompressor.cc	(revision 16485)
@@ -736,5 +736,5 @@
     header.push_back(HeaderEntry("CHECKSUM", "'0000000000000000'  ", "Checksum for the whole HDU"));
     header.push_back(HeaderEntry("DATASUM" ,  "         0"         , "Checksum for the data block"));
-    header.push_back(HeaderEntry("EXTNAME" , "'IntCalibration'    ", "name of this binary table extension"));
+    header.push_back(HeaderEntry("EXTNAME" , "'ZDrsCellOffsets'   ", "name of this binary table extension"));
     header.push_back(HeaderEntry("TTYPE1"  , "'OffsetCalibration' ", "label for field   1"));
     header.push_back(HeaderEntry("TFORM1"  , "'1474560I'          ", "data format of field: 2-byte INTEGER"));
Index: trunk/Mars/mcore/factfits.h
===================================================================
--- trunk/Mars/mcore/factfits.h	(revision 16483)
+++ trunk/Mars/mcore/factfits.h	(revision 16485)
@@ -101,5 +101,5 @@
             return;
 
-        zfits calib(fileName, "IntCalibration");
+        zfits calib(fileName, "ZDrsCellOffsets");
 
         if (calib.bad())
@@ -117,7 +117,7 @@
             clear(rdstate()|ios::badbit);
 #ifdef __EXCEPTIONS
-            throw runtime_error("Table 'IntCalibration' found, but not with one row as expected");
+            throw runtime_error("Table 'ZDrsCellOffsets' found, but not with one row as expected");
 #else
-            gLog << ___err___ << "ERROR - Table 'IntCalibration' found, but not with one row as expected" << endl;
+            gLog << ___err___ << "ERROR - Table 'ZDrsCellOffsets' found, but not with one row as expected" << endl;
             return;
 #endif
