Changeset 7547 for trunk/MagicSoft/Mars
- Timestamp:
- 02/28/06 20:58:45 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7546 r7547 25 25 26 26 * datacenter/db/*.php: 27 - moved user, host and pw of database to the include file db.php 27 - moved user, host and pw of database to the include file 28 db.php 28 29 29 30 * datacenter/db/index.html: … … 32 33 * datacenter/db/querymc.php,magicdefs.php: 33 34 - added some variables 35 36 * datacenter/db/runinfo.php,sequinfo.php: 37 - bugfix (incl. TestSources) 38 39 * datacenter/db/sequinfo.php: 40 - changed init values 41 42 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php: 43 - added value (relative ontime) 34 44 35 45 -
trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
r7546 r7547 379 379 380 380 if (empty($_GET["fEffOnTime"])) 381 $_GET["fEffOnTime"]="Off"; 381 $_GET["fEffOnTime"]=$first?"On":""; 382 383 if (empty($_GET["fEffOnTime/fRunTime"])) 384 $_GET["fEffOnTime/fRunTime"]=$first?"On":""; 382 385 383 386 if (empty($_GET["fMuonRate"])) … … 435 438 CheckBox("fIsolatedOuter", "Isolated outer"); 436 439 CheckBox("fIsolatedMaxCluster", "IsolatedMaxCl."); 440 CheckBox("fMaxHumidity", "MaxHumidity"); 437 441 438 442 printf(" </tr><tr>\n"); … … 469 473 CheckBox("fMuonNumber", "MuonNumber"); 470 474 CheckBox("fEffOnTime", "EffOnTime"); 471 CheckBox("f MaxHumidity", "MaxHumidity");475 CheckBox("fEffOnTime/fRunTime", "RelOnTime"); 472 476 CheckBox("fDataRate", "CleanedEvtRate"); 473 477 -
trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
r7546 r7547 210 210 "fMuonNumber" => "#<br>Muons", 211 211 "fEffOnTime" => "EffOn<br>Time<br>[s]", 212 "fEffOnTime/fRunTime" => "RelOn<br>Time", 212 213 "fEffOnTime/3600" => "EffOn<br>Time<br>[h]", 213 214 "fMuonRate" => "Muon<br>Rate<br>[Hz]", … … 314 315 $alias["fMuonNumber"] => "1", 315 316 $alias["fEffOnTime"] => "1", 317 $alias["fEffOnTime/fRunTime"] => "1", 316 318 $alias["fEffOnTime/3600"] => "1", 317 319 $alias["fMuonRate"] => "1", … … 457 459 "fMuonNumber" => "Star.fMuonNumber", 458 460 "fEffOnTime" => "fEffOnTime", 461 "fEffOnTime/fRunTime" => "Sequences.fRunTime/Star.fEffOnTime", 459 462 "fEffOnTime/3600" => "fEffOnTime/3600", 460 463 // "fEffOnTime" => $fromtable . ".fEffOnTime", -
trunk/MagicSoft/Mars/datacenter/db/runinfo.php
r7546 r7547 67 67 if ($_GET["fTest"]!="On") 68 68 { 69 if ($_GET["fSource "]!="On")69 if ($_GET["fSourceName"]!="On") 70 70 $query0 .= " LEFT JOIN Source ON Sequences.fSourceKEY=Source.fSourceKEY "; 71 71 $query0 .= " WHERE fTest='no'"; -
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.