Ignore:
Timestamp:
02/28/06 20:58:45 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7546 r7547  
    8585        if ($_GET["fTest"]!="On")
    8686        {
    87             if ($_GET["fSource"]!="On")
     87            if ($_GET["fSourceName"]!="On")
    8888                $query0 .= " LEFT JOIN Source ON Sequences.fSourceKEY=Source.fSourceKEY ";
    8989            $query0 .= " WHERE fTest='no'";
     
    210210
    211211        if (empty($_GET["fNumEvents"]))
    212             $_GET["fNumEvents"]=$first?"On":"";
     212            $_GET["fNumEvents"]="Off";
    213213
    214214        if (empty($_GET["fRunStart"]))
     
    219219
    220220        if (empty($_GET["fSequenceLast"]))
    221             $_GET["fSequenceLast"]=$first?"On":"";
     221            $_GET["fSequenceLast"]="Off";
    222222
    223223        if (empty($_GET["fLinks"]))
     
    225225
    226226        if (empty($_GET["fTest"]))
    227             $_GET["fTest"]=$first?"On":"";
     227            $_GET["fTest"]="Off";
    228228
    229229        if (empty($_GET["fAzimuthMin"]))
     
    357357
    358358        if (empty($_GET["fConvFactorOuter"]))
    359             $_GET["fConvFactorOuter"]=$first?"On":"";
     359            $_GET["fConvFactorOuter"]="Off";
    360360
    361361        if (empty($_GET["fMeanNumberIslands"]))
     
    373373        if (empty($_GET["fEffOnTime"]))
    374374            $_GET["fEffOnTime"]="Off";
     375
     376        if (empty($_GET["fEffOnTime/fRunTime"]))
     377            $_GET["fEffOnTime/fRunTime"]="Off";
    375378
    376379        if (empty($_GET["fMuonRate"]))
     
    496499        printf("  <tr>\n");
    497500
     501        CheckBox("fDataRate",           "CleanedEvtRate");
    498502        CheckBox("fMeanNumberIslands",  "MeanNumIslands");
    499         CheckBox("fPSF",                "PSF");
    500         CheckBox("fRatio",              "Ratio");
     503        CheckBox("fMaxHumidity",        "MaxHumidity");
     504        CheckBox("fInhomogeneity",      "Inhomogeneity");
    501505
    502506        printf("  </tr><tr>\n");
     
    504508        CheckBox("fMuonRate",           "MuonRate");
    505509        CheckBox("fMuonNumber",         "MuonNumber");
     510        CheckBox("fRatio",              "Ratio");
     511        CheckBox("fPSF",                "PSF");
     512
     513        printf("  </tr><tr>\n");
     514
    506515        CheckBox("fEffOnTime",          "EffOnTime");
    507 
    508         printf("  </tr><tr>\n");
    509 
    510         CheckBox("fMaxHumidity",        "MaxHumidity");
    511         CheckBox("fDataRate",           "CleanedEvtRate");
    512         CheckBox("fInhomogeneity",      "Inhomogeneity");
     516        CheckBox("fEffOnTime/fRunTime", "RelOnTime");
    513517
    514518        printf("  </tr>\n");
Note: See TracChangeset for help on using the changeset viewer.