Index: /trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/calibration.C	(revision 5861)
+++ /trunk/MagicSoft/Mars/macros/calibration.C	(revision 5862)
@@ -476,4 +476,5 @@
     gLog << "     --debug             Use the TObjectTable for debugging    "       << endl;
     gLog << "                             and write out the pixels as ascii tables" << endl;
+    gLog << "     --useInterlaced     Use the program to calibrate data with the interlaced cal. events" << endl;
     gLog << "     --useTest           Use the class MJExtractCalibTest to test the calibration on itself" << endl;
     gLog << "     --skipBlindPix      Skip the blind pixel calibration"             << endl;
@@ -499,8 +500,9 @@
     }
   
-  debug    = arg.HasOnlyAndRemove("--debug")    || arg.HasOnlyAndRemove("-d");
-  useTest  = arg.HasOnlyAndRemove("--useTest")  || arg.HasOnlyAndRemove("-e");
-  blindpix = !(arg.HasOnlyAndRemove("--skipBlindPix"));
-  pindiode = !(arg.HasOnlyAndRemove("--skipPINDiode"));
+  debug         = arg.HasOnlyAndRemove("--debug")    || arg.HasOnlyAndRemove("-d");
+  useTest       = arg.HasOnlyAndRemove("--useTest")  || arg.HasOnlyAndRemove("-t");
+  useInterlaced = arg.HasOnlyAndRemove("--useInterlaced")  || arg.HasOnlyAndRemove("-i");
+  blindpix      = !(arg.HasOnlyAndRemove("--skipBlindPix"));
+  pindiode      = !(arg.HasOnlyAndRemove("--skipPINDiode"));
 
   if (arg.HasOption("--extractor="))
