Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7738)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7739)
@@ -35,4 +35,7 @@
      the PulsePosCheck in the callisto.rc only effects filling the
      histograms.
+     WARNING: If the pulse is too much to the left data is calibrated!
+     Check the PulsePosCheck-PulsePosition AND the Inhomogeneity parameter
+     in the database to make sure that your data is valid!
 
    - star: Show also the number of stars correlated correctly by the
Index: trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 7738)
+++ trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 7739)
@@ -952,6 +952,4 @@
         //*fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl;
         //return -1;
-        return kTRUE;
-
     }
     if (newlast+wshigain > numhigainsamples+numlogainsamples-1)
@@ -974,4 +972,6 @@
     }
 
+    return kTRUE;
+/*
     //
     // Set and store the new ranges
@@ -984,5 +984,5 @@
 
     fExtractor->SetRange(hi0, hi1, lo0, lo1);
-    return kTRUE;
+    return kTRUE;*/
 }
 
