Ignore:
Timestamp:
11/01/06 20:01:01 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/builddatasets.php

    r8189 r8201  
    268268//            $_GET["fRunTimeLimit2"]=$first?"2":"";
    269269
     270        if (empty($_GET["fPSFLimitRms"]))
     271            $_GET["fPSFLimitRms"]=$first?"1.0":"";
     272
     273        if (empty($_GET["fPedRmsInLimitRms"]))
     274            $_GET["fPedRmsInLimitRms"]=$first?"0.08":"";
     275
     276        if (empty($_GET["fNumIslLimitMean"]))
     277            $_GET["fNumIslLimitMean"]=$first?"1.230":"";
     278
     279        if (empty($_GET["fNumIslLimitRms"]))
     280            $_GET["fNumIslLimitRms"]=$first?"0.013":"";
     281
     282        if (empty($_GET["fMuonCalLimitMean"]))
     283            $_GET["fMuonCalLimitMean"]=$first?"100.0":"";
     284
     285        if (empty($_GET["fMuonCalLimitRms"]))
     286            $_GET["fMuonCalLimitRms"]=$first?"1.6":"";
     287
     288        if (empty($_GET["fRelTimeMaxLimit1"]))
     289            $_GET["fRelTimeMaxLimit1"]=$first?"1.0":"";
     290
     291        if (empty($_GET["fRelTimeMaxLimit2"]))
     292            $_GET["fRelTimeMaxLimit2"]=$first?"1.02":"";
     293
     294        if (empty($_GET["fRelTimeMinLimit1"]))
     295            $_GET["fRelTimeMinLimit1"]=$first?"0.97":"";
     296
     297        if (empty($_GET["fRelTimeMinLimit2"]))
     298            $_GET["fRelTimeMinLimit2"]=$first?"0.93":"";
     299
    270300        if (empty($_GET["fIMCLimit1"]))
    271301            $_GET["fIMCLimit1"]=$first?"00":"";
     
    290320
    291321        if (empty($_GET["fMuonRateLimitRms"]))
    292             $_GET["fMuonRateLimitRms"]=$first?"0.2":"";
     322            $_GET["fMuonRateLimitRms"]=$first?"0.1":"";
    293323
    294324        if (empty($_GET["fMuonNumLimit1"]))
     
    298328            $_GET["fMuonNumLimit2"]=$first?"120":"";
    299329
     330        if (empty($_GET["fPulsePosLimit1"]))
     331            $_GET["fPulsePosLimit1"]=$first?"3.5":"";
     332
     333        if (empty($_GET["fPulsePosLimit2"]))
     334            $_GET["fPulsePosLimit2"]=$first?"2.5":"";
     335
    300336        if (empty($_GET["fNumStarsLimit1"]))
    301337            $_GET["fNumStarsLimit1"]=$first?"30":"";
     
    319355            $_GET["fIsolatedMaxCluster"]=$first?"On":"";
    320356
    321         if (empty($_GET["fArrTimeMeanInner"]))
    322             $_GET["fArrTimeMeanInner"]=$first?"On":"";
     357//        if (empty($_GET["fArrTimeMeanInner"]))
     358//            $_GET["fArrTimeMeanInner"]=$first?"On":"";
    323359
    324360        if (empty($_GET["fArrTimeRmsInner"]))
     
    352388            $_GET["fDataRate"]=$first?"On":"";
    353389
    354         if (empty($_GET["fMaxHumidity"]))
    355             $_GET["fMaxHumidity"]=$first?"On":"";
     390//        if (empty($_GET["fMaxHumidity"]))
     391//            $_GET["fMaxHumidity"]=$first?"On":"";
    356392
    357393        if (empty($_GET["fBrightnessMed"]))
     
    386422            printf("1000000000");
    387423        printf("'>\n");
    388         printf("<img id='allbutton'    src='../minus.png' alt='-' onclick='showhide(\"all\")'>                     Menu       \n");
    389         printf("<img id='infobutton'   src='../plus.png'  alt='+' onClick='showhide(\"info\");showhide(\"info2\")'>SequInfo   \n");
    390         printf("<img id='statbutton'   src='../plus.png'  alt='+' onClick='showhide(\"stat\");showhide(\"fail\")'> StatusInfo \n");
    391         printf("<img id='calbutton'    src='../plus.png'  alt='+' onClick='showhide(\"cal\")'>                     CalInfo    \n");
    392         printf("<img id='starbutton'   src='../plus.png'  alt='+' onClick='showhide(\"star\")'>                    StarInfo   \n");
    393         printf("<img id='rangesbutton' src='../plus.png'  alt='+' onClick='showhide(\"ranges\")'>                  Ranges     \n");
    394         printf("<img id='limitsbutton' src='../plus.png'  alt='+' onClick='showhide(\"limits\")'>                  Limits     \n");
     424        printf("<img id='allbutton'    src='../minus.png' alt='-' onclick='showhide(\"all\")'>                                  <b>Menu</b>\n");
     425        printf("&nbsp;&nbsp;<img id='infobutton'   src='../plus.png'  alt='+' onClick='showhide(\"info\");showhide(\"info2\")'> SequInfo   \n");
     426        printf("&nbsp;&nbsp;<img id='statbutton'   src='../plus.png'  alt='+' onClick='showhide(\"stat\");showhide(\"fail\")'> StatusInfo \n");
     427        printf("&nbsp;&nbsp;<img id='calbutton'    src='../plus.png'  alt='+' onClick='showhide(\"cal\")'>                      CalInfo    \n");
     428        printf("&nbsp;&nbsp;<img id='starbutton'   src='../plus.png'  alt='+' onClick='showhide(\"star\")'>                     StarInfo   \n");
     429        printf("&nbsp;&nbsp;<img id='rangesbutton' src='../plus.png'  alt='+' onClick='showhide(\"ranges\")'>                   Ranges     \n");
     430        printf("&nbsp;&nbsp;<img id='limitsbutton' src='../plus.png'  alt='+' onClick='showhide(\"limits\")'>                   Limits     \n");
    395431
    396432        printf(" <div id='all' style='display:block'>");
     
    651687                    if (empty($realsourcekey))
    652688                    {
    653                         printf("<li style='color:%s'>%s: The source you selected doesn't have real sourceskeys yet.",
    654                                $color["ERROR"], "ERROR");
     689                        printf("<li style='color:%s'>%s: The source you selected doesn't have a real sourcekey yet. Please insert fRealSourceKEY in the DB for %s",
     690                               $color["ERROR"], "ERROR", $sourceson);
    655691                        $numerr=$numerr+1;
    656692                    }
Note: See TracChangeset for help on using the changeset viewer.