Index: /trunk/MagicSoft/Mars/callisto.cc
===================================================================
--- /trunk/MagicSoft/Mars/callisto.cc	(revision 4732)
+++ /trunk/MagicSoft/Mars/callisto.cc	(revision 4733)
@@ -76,4 +76,6 @@
     gLog << " If running in Mode-C and Mode-Y --iny= is obsolete,  instead --outc=" << endl;
     gLog << " is used." << endl << endl;
+    gLog << " Using  --iny=,  --outc=,  --outy=,  --out=  or --path= automatically" << endl;
+    gLog << " enables the corresponmding modes.  In this case  -c/-y are obsolete." << endl << endl;
     gLog << "Description:" << endl;
     gLog << " callisto will calculate pedestals  from  pedestal-files defined in a" << endl;
@@ -118,6 +120,11 @@
     const TString kPath       = arg.GetStringAndRemove("--path=", "");
 
-    const Bool_t  kModeC      = arg.HasOnlyAndRemove("-c");
-    const Bool_t  kModeY      = arg.HasOnlyAndRemove("-y");
+          Bool_t  kModeC      = arg.HasOnlyAndRemove("-c");
+          Bool_t  kModeY      = arg.HasOnlyAndRemove("-y");
+
+    if (!kInpathY.IsNull() || !kOutpathY.IsNull() || !kOutpath.IsNull() || !kPath.IsNull())
+        kModeY = kTRUE;
+    if (!kOutpathC.IsNull() || !kOutpath.IsNull() || !kPath.IsNull())
+        kModeC = kTRUE;
 
     if (!kModeC && !kModeY)
@@ -262,5 +269,5 @@
         }
 
-        gLog << endl << endl;
+        gLog << all << endl << endl;
     }
 
@@ -311,5 +318,5 @@
         }
 
-        gLog << endl << endl;
+        gLog << all << endl << endl;
     }
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 4732)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 4733)
@@ -95,5 +95,5 @@
     }
 
-    const TString oname = Form("%s/calped%06d.root", (const char*)fPathOut, fSequence.GetSequence());
+    const TString oname = Form("%s/signal%06d.root", (const char*)fPathOut, fSequence.GetSequence());
 
     *fLog << inf << "Writing to file: " << oname << endl;
Index: /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 4732)
+++ /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 4733)
@@ -100,5 +100,5 @@
 {
     if (fSequence.IsValid())
-        return Form("%s/calped%06d.root", (const char*)fPathOut, fSequence.GetSequence());
+        return Form("%s/pedest%06d.root", (const char*)fPathOut, fSequence.GetSequence());
 
     if (!fRuns)
