Index: trunk/Mars/mcore/factfits.h
===================================================================
--- trunk/Mars/mcore/factfits.h	(revision 16443)
+++ 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
