Index: trunk/www/dch/db_explorer.php
===================================================================
--- trunk/www/dch/db_explorer.php	(revision 19565)
+++ trunk/www/dch/db_explorer.php	(revision 19566)
@@ -82,5 +82,5 @@
     $thfactor="(1-0.00124/1.21*(fThresholdMinSet-500)*(fThresholdMinSet>=500))";
     // ETh: 715 GeV
-    $crabflux="3.6";
+    $crabflux="1.81";
     break;
 case "ISDC":
@@ -88,5 +88,5 @@
     $thfactor="(1.18-IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)*0.00062)";
     // ETh: 764 GeV
-    $crabflux="3.3";
+    $crabflux="1.89";
     break;
 case "CutsLC":
@@ -94,5 +94,5 @@
     $thfactor="(1.37-IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)*0.00118)";
     // ETh: 543 GeV
-    $crabflux="5.7";
+    $crabflux="3.14";
     break;
 default:
@@ -407,5 +407,5 @@
     $selecterr="EXCERR(SUM(fNumSigEvts), SUM(fNumBgEvts))/SUM(TIME_TO_SEC(TIMEDIFF(fRunStop,fRunStart))*fEffectiveOn)*3600*SUM(fNumExcEvts/".$zdfactor."/".$thfactor.")/SUM(fNumExcEvts)";
     $isnull="AND NOT ISNULL(fNumExcEvts) AND NOT ISNULL(fEffectiveOn) AND NOT ISNULL(fZenithDistanceMean) AND NOT (ISNULL(fThresholdMinSet) AND ISNULL(fThresholdMedian)) ";
-    $sqlhaving=" AND abs(e) < 1000 ";
+    $sqlhaving.=" AND abs(e) < 1000 ";
     $titley="Corrected excess rate";
     $unity="[1/h]";
@@ -416,5 +416,5 @@
     $selecterr="EXCERR(SUM(fNumSigEvts), SUM(fNumBgEvts))/SUM(TIME_TO_SEC(TIMEDIFF(fRunStop,fRunStart))*fEffectiveOn)*3600*SUM(fNumExcEvts/".$zdfactor."/".$thfactor."/fCU)/SUM(fNumExcEvts)";
     $isnull="AND NOT ISNULL(fNumExcEvts) AND NOT ISNULL(fEffectiveOn) AND NOT ISNULL(fZenithDistanceMean) AND NOT (ISNULL(fThresholdMinSet) AND ISNULL(fThresholdMedian)) ";
-    $sqlhaving=" AND abs(e) < 1000 ";
+    $sqlhaving.=" AND abs(e) < 10 ";
     $titley="Flux";
     $unity="[CU]";
@@ -425,5 +425,5 @@
     $selecterr=$crabflux." * EXCERR(SUM(fNumSigEvts), SUM(fNumBgEvts))/SUM(TIME_TO_SEC(TIMEDIFF(fRunStop,fRunStart))*fEffectiveOn)*3600*SUM(fNumExcEvts/".$zdfactor."/".$thfactor."/fCU)/SUM(fNumExcEvts)";
     $isnull="AND NOT ISNULL(fNumExcEvts) AND NOT ISNULL(fEffectiveOn) AND NOT ISNULL(fZenithDistanceMean) AND NOT (ISNULL(fThresholdMinSet) AND ISNULL(fThresholdMedian)) ";
-    $sqlhaving=" AND abs(e) < 1000 ";
+    $sqlhaving.=" AND abs(e) < 1000 ";
     $titley="Flux";
     $unity="[10^-11/cm2/s]";
