Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8621)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8622)
@@ -28,4 +28,9 @@
      - adapted link for source name from sequinfo.php to 
        sequinfo-aio.php
+
+   * datacenter/db/menu.php, datacenter/db/builddatasets.php:
+     - moved init of limits (setting of know values) from 
+       builddatasets.php to menu.php (function InitFindOffData), so that
+       the values are also available in sequinfo-aio.php
 
 
Index: trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/builddatasets.php	(revision 8621)
+++ trunk/MagicSoft/Mars/datacenter/db/builddatasets.php	(revision 8622)
@@ -255,100 +255,4 @@
         if (empty($_GET["fUnsuitableInner"]))
             $_GET["fUnsuitableInner"]=$first?"On":"";
-
-        if (empty($_GET["fUnsInLimit1"]))
-            $_GET["fUnsInLimit1"]=$first?"12":"";
-
-        if (empty($_GET["fUnsInLimit2"]))
-            $_GET["fUnsInLimit2"]=$first?"20":"";
-
-//        if (empty($_GET["fRunTimeLimit1"]))
-//            $_GET["fRunTimeLimit1"]=$first?"5":"";
-
-//        if (empty($_GET["fRunTimeLimit2"]))
-//            $_GET["fRunTimeLimit2"]=$first?"2":"";
-
-        if (empty($_GET["fPSFLimitRms"]))
-            $_GET["fPSFLimitRms"]=$first?"1.0":"";
-
-        if (empty($_GET["fPedRmsInLimitRms"]))
-            $_GET["fPedRmsInLimitRms"]=$first?"0.08":"";
-
-        if (empty($_GET["fNumIslLimitMean"]))
-            $_GET["fNumIslLimitMean"]=$first?"1.230":"";
-
-        if (empty($_GET["fNumIslLimitRms"]))
-            $_GET["fNumIslLimitRms"]=$first?"0.013":"";
-
-        if (empty($_GET["fMuonCalLimitMean"]))
-            $_GET["fMuonCalLimitMean"]=$first?"100.0":"";
-
-        if (empty($_GET["fMuonCalLimitRms"]))
-            $_GET["fMuonCalLimitRms"]=$first?"1.6":"";
-
-        if (empty($_GET["fRelTimeMaxLimit1"]))
-            $_GET["fRelTimeMaxLimit1"]=$first?"1.0":"";
-
-        if (empty($_GET["fRelTimeMaxLimit2"]))
-            $_GET["fRelTimeMaxLimit2"]=$first?"1.02":"";
-
-        if (empty($_GET["fRelTimeMinLimit1"]))
-            $_GET["fRelTimeMinLimit1"]=$first?"0.97":"";
-
-        if (empty($_GET["fRelTimeMinLimit2"]))
-            $_GET["fRelTimeMinLimit2"]=$first?"0.93":"";
-
-        if (empty($_GET["fIMCLimit1"]))
-            $_GET["fIMCLimit1"]=$first?"00":"";
-
-        if (empty($_GET["fIMCLimit2"]))
-            $_GET["fIMCLimit2"]=$first?"00":"";
-
-        if (empty($_GET["fIsoInLimit1"]))
-            $_GET["fIsoInLimit1"]=$first?"00":"";
-
-        if (empty($_GET["fIsoInLimit2"]))
-            $_GET["fIsoInLimit2"]=$first?"00":"";
-
-        if (empty($_GET["fInhomLimitMean"]))
-            $_GET["fInhomLimitMean"]=$first?"10":"";
-
-        if (empty($_GET["fInhomLimitRms"]))
-            $_GET["fInhomLimitRms"]=$first?"3":"";
-
-        if (empty($_GET["fImgRateLimitMean"]))
-            $_GET["fImgRateLimitMean"]=$first?"180":"";
-
-        if (empty($_GET["fImgRateLimitRms"]))
-            $_GET["fImgRateLimitRms"]=$first?"30":"";
-
-        if (empty($_GET["fMuonRateLimitMean"]))
-            $_GET["fMuonRateLimitMean"]=$first?"1":"";
-
-        if (empty($_GET["fMuonRateLimitRms"]))
-            $_GET["fMuonRateLimitRms"]=$first?"0.1":"";
-
-        if (empty($_GET["fMuonNumLimit1"]))
-            $_GET["fMuonNumLimit1"]=$first?"180":"";
-
-        if (empty($_GET["fMuonNumLimit2"]))
-            $_GET["fMuonNumLimit2"]=$first?"120":"";
-
-        if (empty($_GET["fPulsePosLimit1"]))
-            $_GET["fPulsePosLimit1"]=$first?"3.5":"";
-
-        if (empty($_GET["fPulsePosLimit2"]))
-            $_GET["fPulsePosLimit2"]=$first?"2.5":"";
-
-        if (empty($_GET["fNumStarsLimit1"]))
-            $_GET["fNumStarsLimit1"]=$first?"30":"";
-
-        if (empty($_GET["fNumStarsLimit2"]))
-            $_GET["fNumStarsLimit2"]=$first?"20":"";
-
-        if (empty($_GET["fNumStarsCorLimit1"]))
-            $_GET["fNumStarsCorLimit1"]=$first?"10":"";
-
-        if (empty($_GET["fNumStarsCorLimit2"]))
-            $_GET["fNumStarsCorLimit2"]=$first?"5":"";
 
         if (empty($_GET["fUnreliableInner"]))
