Changeset 7547 for trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
- Timestamp:
- 02/28/06 20:58:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
r7546 r7547 85 85 if ($_GET["fTest"]!="On") 86 86 { 87 if ($_GET["fSource "]!="On")87 if ($_GET["fSourceName"]!="On") 88 88 $query0 .= " LEFT JOIN Source ON Sequences.fSourceKEY=Source.fSourceKEY "; 89 89 $query0 .= " WHERE fTest='no'"; … … 210 210 211 211 if (empty($_GET["fNumEvents"])) 212 $_GET["fNumEvents"]= $first?"On":"";212 $_GET["fNumEvents"]="Off"; 213 213 214 214 if (empty($_GET["fRunStart"])) … … 219 219 220 220 if (empty($_GET["fSequenceLast"])) 221 $_GET["fSequenceLast"]= $first?"On":"";221 $_GET["fSequenceLast"]="Off"; 222 222 223 223 if (empty($_GET["fLinks"])) … … 225 225 226 226 if (empty($_GET["fTest"])) 227 $_GET["fTest"]= $first?"On":"";227 $_GET["fTest"]="Off"; 228 228 229 229 if (empty($_GET["fAzimuthMin"])) … … 357 357 358 358 if (empty($_GET["fConvFactorOuter"])) 359 $_GET["fConvFactorOuter"]= $first?"On":"";359 $_GET["fConvFactorOuter"]="Off"; 360 360 361 361 if (empty($_GET["fMeanNumberIslands"])) … … 373 373 if (empty($_GET["fEffOnTime"])) 374 374 $_GET["fEffOnTime"]="Off"; 375 376 if (empty($_GET["fEffOnTime/fRunTime"])) 377 $_GET["fEffOnTime/fRunTime"]="Off"; 375 378 376 379 if (empty($_GET["fMuonRate"])) … … 496 499 printf(" <tr>\n"); 497 500 501 CheckBox("fDataRate", "CleanedEvtRate"); 498 502 CheckBox("fMeanNumberIslands", "MeanNumIslands"); 499 CheckBox("f PSF", "PSF");500 CheckBox("f Ratio", "Ratio");503 CheckBox("fMaxHumidity", "MaxHumidity"); 504 CheckBox("fInhomogeneity", "Inhomogeneity"); 501 505 502 506 printf(" </tr><tr>\n"); … … 504 508 CheckBox("fMuonRate", "MuonRate"); 505 509 CheckBox("fMuonNumber", "MuonNumber"); 510 CheckBox("fRatio", "Ratio"); 511 CheckBox("fPSF", "PSF"); 512 513 printf(" </tr><tr>\n"); 514 506 515 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"); 513 517 514 518 printf(" </tr>\n");
Note:
See TracChangeset
for help on using the changeset viewer.