source: trunk/MagicSoft/Mars/datacenter/db/builddatasets.php@ 8201

Last change on this file since 8201 was 8201, checked in by Daniela Dorner, 18 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 42.3 KB
Line 
1<?php
2{
3 function CreateQuery($_GET, $alias, $checkwhere, $checkgroup, $checkstatusgroup, $needs)
4 {
5 $fromtable="Sequences";
6
7 $groups = 0;
8 foreach ($checkgroup as $element)
9 if ($element==-1)
10 $groups++;
11
12 $statusgroups = 0;
13 foreach ($checkstatusgroup as $element)
14 if ($element==-1)
15 $statusgroups++;
16
17 $query0 = "SELECT ";
18
19 if ($groups>0)
20 {
21 foreach ($checkgroup as $key => $element)
22 if ($element==-1)
23 $query0 .= $key . " as '" . $alias[$key] . "' " . ", ";
24 //--------------------------------------------------
25 $query0 .= "SUM(fRunTime)/3600 as '" . $alias["SUM(fRunTime)/3600"] . "', ";
26 //--------------------------------------------------
27 $query0 .= " SUM(fNumEvents) as '" . $alias["SUM(fNumEvents)"] . "', ";
28 $query0 .= " Min(fZenithDistanceMin) as '" . $alias["Min(fZenithDistanceMin)"] . "', ";
29 $query0 .= " Max(fZenithDistanceMax) as '" . $alias["Max(fZenithDistanceMax)"] . "', ";
30 $query0 .= " COUNT(*) as '# Sequ' ";
31 }
32 else
33 {
34 if ($statusgroups>0)
35 {
36 foreach ($checkstatusgroup as $key => $element)
37 if ($element==-1)
38 $query0 .= " (if(IsNull(" . $key . "), if(isnull(fStartTime), 'not done', if(isnull(fFailedTime),if(isnull(" . $needs[$key] . "),'not done',if(date_sub(Now(),interval 12 hour) < fStartTime,'running','crashed')),if(isnull(" . $needs[$key] . "),'not done','failed'))) ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $alias[$key] . "', ";
39// $query0 .= " (if(IsNull(" . $key . "), 'not done' ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $alias[$key] . "', ";
40
41 $query0 .= " COUNT(*) as '# Sequ'";
42
43 }
44 else
45 {
46 $query0 .= " " . $fromtable . ".fSequenceFirst as '" . $alias["fSequenceFirst"] . "' ";
47 if (!empty($_GET["fLinks"]))
48 {
49 $query0 .= ", CONCAT('<A&ws;HREF=\"runinfo-aio.php?', 'fRunStart=On', '&amp;fZenithDistance=On', '&amp;fRunMin=', Sequences.fSequenceFirst, '&amp;fMeanTriggerRate=On', '&amp;fTest=On', '&amp;fRunTypeName=On', '&amp;fRunMax=', fSequenceLast, '&amp;fNumEvents=On', '&amp;fSourceName=On&amp;', 'fExcludedFDAKEY=1', '&amp;fSequenceFirst=On', '&amp;fRawFileAvail=On', '&amp;fCCFileAvail=On', '&amp;fCaCoFileAvail=On', '&amp;fNumResults=500\">r</A>' ";
50 // $query0 .= " as " . $alias["fSequenceFirst"];
51 $query0 .= ", '&nbsp;<A&ws;HREF=\"http://www.astro.uni-wuerzburg.de/datacenter/callisto/' , LEFT(LPAD(CONCAT(Sequences.fSequenceFirst, '.'), 9,'0'),4), '/', LPAD(CONCAT(Sequences.fSequenceFirst, '/'), 9,'0'), 'callisto', LPAD(CONCAT(Sequences.fSequenceFirst , '.html'), 13,'0') , '\">cl</A>'";
52 $query0 .= ", '&nbsp;<A&ws;HREF=\"http://www.astro.uni-wuerzburg.de/datacenter/callisto/' , LEFT(LPAD(CONCAT(Sequences.fSequenceFirst, '.'), 9,'0'),4), '/', LPAD(CONCAT(Sequences.fSequenceFirst, '/'), 9,'0'), '\">c</A>'";
53 $query0 .= ", '&nbsp;<A&ws;HREF=\"http://www.astro.uni-wuerzburg.de/datacenter/star/' , LEFT(LPAD(CONCAT(Sequences.fSequenceFirst, '.'), 9,'0'),4), '/', LPAD(CONCAT(Sequences.fSequenceFirst, '/'), 9,'0'), 'star', LPAD(CONCAT(Sequences.fSequenceFirst , '.html'), 13,'0') , '\">sl</A>'";
54 $query0 .= ", '&nbsp;<A&ws;HREF=\"http://www.astro.uni-wuerzburg.de/datacenter/star/' , LEFT(LPAD(CONCAT(Sequences.fSequenceFirst, '.'), 9,'0'),4), '/', LPAD(CONCAT(Sequences.fSequenceFirst, '/'), 9,'0'), '\">s</A>'";
55 $query0 .= ", '&nbsp;<A&ws;HREF=\"http://www.astro.uni-wuerzburg.de/datacenter/sequences/' , LEFT(LPAD(CONCAT(Sequences.fSequenceFirst, '.'), 9,'0'),4), '/sequence', LPAD(CONCAT(Sequences.fSequenceFirst , '.txt'), 12,'0') , '\">', 'f </A>' ";
56 $query0 .= ", '&nbsp;<A&ws;HREF=\"sequence.php?fSequenceNo=', Sequences.fSequenceFirst , '&amp;fAll=On\">i</A>') ";
57 $query0 .= " as 'Links'";
58 }
59
60 foreach ($_GET as $key => $element)
61 if ($_GET[$key]=="On")
62 if ($key!="fLinks" && $key!="fOff" && $key!="fOnlyOff")
63 if (empty($checkwhere[$key]) || $checkwhere[$key]==0)
64 $query0 .= ", " . $key . " as '" . $alias[$key] . "' ";
65 }
66 }
67
68 $query0 .= " FROM " . $fromtable;
69
70 $query0 .= " LEFT JOIN SequenceProcessStatus ON Sequences.fSequenceFirst=SequenceProcessStatus.fSequenceFirst ";
71 $query0 .= " LEFT JOIN Calibration ON Sequences.fSequenceFirst=Calibration.fSequenceFirst ";
72 $query0 .= " LEFT JOIN Star ON Sequences.fSequenceFirst=Star.fSequenceFirst ";
73
74 foreach ($_GET as $key => $element)
75 if (($_GET[$key]=="On" || $groups>0))// && !empty(GetJoin($fromtable,$key)))
76 $query0 .= GetJoin($fromtable,$key);
77
78 if ($_GET["fTest"]!="On")
79 {
80 if ($_GET["fSourceName"]!="On")
81 $query0 .= " LEFT JOIN Source ON Sequences.fSourceKEY=Source.fSourceKEY ";
82 $query0 .= " WHERE fTest='no'";
83 }
84
85 if ($_GET["fOff"]=="Off")
86 {
87 if (strpos($query0, " WHERE ")==FALSE)
88 $query0 .= " WHERE ";
89 else
90 $query0 .= " AND ";
91
92 $query0 .= " NOT (fSourceName like '%Off%')";
93 }
94
95 if ($_GET["fOnlyOff"]=="On")
96 {
97 if (strpos($query0, " WHERE ")==FALSE)
98 $query0 .= " WHERE ";
99 else
100 $query0 .= " AND ";
101
102 $query0 .= " fSourceName like '%Off%'";
103 }
104
105 foreach ($checkwhere as $key => $element)
106 {
107 if (empty($element) || $element<=0)
108 continue;
109
110 if (strpos($query0, " WHERE ")==FALSE)
111 $query0 .= " WHERE ";
112 else
113 if ($element!=-1)
114 if (strrpos($query0, " AND ")!=strlen($query0)-5)
115 $query0 .= " AND ";
116
117 if ($element!=-1)
118 $query0 .= GetCheck($fromtable, $key) . "=" . $element;
119 }
120
121 if (strpos($query0, " WHERE ")==FALSE)
122 $query0 .= " WHERE ";
123 else
124 $query0 .= " AND ";
125
126 $query0 .= StatusQuery("fSequenceFileWritten", $needs);
127 $query0 .= StatusQuery("fAllFilesAvail", $needs);
128 $query0 .= StatusQuery("fCallisto", $needs);
129 $query0 .= StatusQuery("fFillCallisto", $needs);
130 $query0 .= StatusQuery("fStar", $needs);
131 $query0 .= StatusQuery("fFillStar", $needs);
132
133 if (!empty($_GET["fRunMin"]) && !empty($_GET["fRunMax"]))
134 $query0 .= "Sequences.fSequenceFirst BETWEEN " . $_GET["fRunMin"] . " AND " . $_GET["fRunMax"] . " ";
135 else
136 $query0 = substr($query0, 0, -4);
137
138 if (!empty($_GET["fZDMin"]) && !empty($_GET["fZDMax"]))
139 $query0 .= "AND (fZenithDistanceMin > " . $_GET["fZDMin"] . " AND fZenithDistanceMax < " . $_GET["fZDMax"] . ") ";
140
141 if (!empty($_GET["fSourceN"]))
142 $query0 .= " AND fSourceName REGEXP \"^" . $_GET["fSourceN"] . "\" ";
143
144 if (!empty($_GET["fStartDate"]))
145 {
146 if (strpos(strrev($query0), " DNA ")!=0 || !strpos(strrev($query0), " DNA "))
147 $query0 .= " AND ";
148
149 $startdate=substr($_GET["fStartDate"], 0, 10);
150 if ($startdate=="0000-00-00")
151 $query0 .=" fRunStart >= '" . $startdate . " 00:00:00' ";
152 else
153 $query0 .= " fRunStart >= ADDDATE('" . $startdate . " 13:00:00', INTERVAL -1 DAY) ";
154 }
155
156 if (!empty($_GET["fStopDate"]))
157 {
158 if (strpos(strrev($query0), " DNA ")!=0 || !strpos(strrev($query0), " DNA "))
159 $query0 .= " AND ";
160
161 $stopdate=substr($_GET["fStopDate"], 0, 10);
162 $query0 .= " fRunStart < '" . $stopdate . " 13:00:00' ";
163 }
164
165 if (!empty($_GET["fStarStart"]))
166 {
167 if (strpos(strrev($query0), " DNA ")!=0 || !strpos(strrev($query0), " DNA "))
168 $query0 .= " AND ";
169
170 $starstart=substr($_GET["fStarStart"], 0, 10);
171 $query0 .=" fStar >= '" . $starstart . " 00:00:00' ";
172 }
173
174 if (!empty($_GET["fStarStop"]))
175 {
176 if (strpos(strrev($query0), " DNA ")!=0 || !strpos(strrev($query0), " DNA "))
177 $query0 .= " AND ";
178
179 $starstop=substr($_GET["fStarStop"], 0, 10);
180 $query0 .= " fStar < '" . $starstop . " 23:59:59' ";
181 }
182
183 if ($groups>0)
184 {
185 $query0 .= " GROUP BY ";
186 $num = $groups;
187 foreach ($checkgroup as $key => $element)
188 if ($element==-1)
189 {
190 $query0 .= GetCheck($fromtable,$key);
191 if ($num-->1)
192 $query0 .= ", ";
193 }
194 }
195
196 if ($statusgroups>0)
197 {
198 $query0 .= " GROUP BY ";
199 $num = $statusgroups;
200 foreach ($checkstatusgroup as $key => $element)
201 if ($element==-1)
202 {
203 $query0 .= $alias[$key];
204 if ($num-->1)
205 $query0 .= ", ";
206 }
207 }
208
209 if (!empty($_GET["fSortBy"]))
210 {
211 $val=substr($_GET["fSortBy"], 0, -1);
212 $query0 .= " ORDER BY " . GetTable($fromtable,$val) . " ";
213 if (substr($_GET["fSortBy"], -1)=="-")
214 $query0 .= "DESC";
215 }
216
217 if (empty($_GET["fSortBy"]) && $groups==0 && $statusgroups==0)
218 $query0 .= "ORDER BY Sequences.fSequenceFirst DESC ";
219
220 if (empty($_GET["fNumStart"]))
221 $_GET["fNumStart"]=0;
222
223 if (empty($_GET["fSendTxt"]))
224 $query0 .= " LIMIT " . $_GET["fNumStart"] . ", " . $_GET["fNumResults"];
225
226 return $query0;
227 }
228
229 function InitGet($_GET)
230 {
231 // Find out whether it is the first call to the php script
232 $first = empty($_GET["fRunMin"]) && empty($_GET["fRunMax"]);
233
234 if (empty($_GET["fNumResults"]))
235 $_GET["fNumResults"]="100";
236
237 if (empty($_GET["fRunStart"]))
238 $_GET["fRunStart"]=$first?"On":"";
239
240 if (empty($_GET["fRunTime/60"]))
241 $_GET["fRunTime/60"]=$first?"On":"";
242
243 if (empty($_GET["fZenithDistanceMin"]))
244 $_GET["fZenithDistanceMin"]=$first?"On":"";
245
246 if (empty($_GET["fZenithDistanceMax"]))
247 $_GET["fZenithDistanceMax"]=$first?"On":"";
248
249 if (empty($_GET["fSourceName"]))
250 $_GET["fSourceName"]=$first?"On":"";
251
252 if (empty($_GET["fObservationModeName"]))
253 $_GET["fObservationModeName"]=$first?"On":"";
254
255 if (empty($_GET["fUnsuitableInner"]))
256 $_GET["fUnsuitableInner"]=$first?"On":"";
257
258 if (empty($_GET["fUnsInLimit1"]))
259 $_GET["fUnsInLimit1"]=$first?"12":"";
260
261 if (empty($_GET["fUnsInLimit2"]))
262 $_GET["fUnsInLimit2"]=$first?"20":"";
263
264// if (empty($_GET["fRunTimeLimit1"]))
265// $_GET["fRunTimeLimit1"]=$first?"5":"";
266
267// if (empty($_GET["fRunTimeLimit2"]))
268// $_GET["fRunTimeLimit2"]=$first?"2":"";
269
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
300 if (empty($_GET["fIMCLimit1"]))
301 $_GET["fIMCLimit1"]=$first?"00":"";
302
303 if (empty($_GET["fIsoInLimit1"]))
304 $_GET["fIsoInLimit1"]=$first?"00":"";
305
306 if (empty($_GET["fInhomLimitMean"]))
307 $_GET["fInhomLimitMean"]=$first?"10":"";
308
309 if (empty($_GET["fInhomLimitRms"]))
310 $_GET["fInhomLimitRms"]=$first?"3":"";
311
312 if (empty($_GET["fImgRateLimitMean"]))
313 $_GET["fImgRateLimitMean"]=$first?"180":"";
314
315 if (empty($_GET["fImgRateLimitRms"]))
316 $_GET["fImgRateLimitRms"]=$first?"30":"";
317
318 if (empty($_GET["fMuonRateLimitMean"]))
319 $_GET["fMuonRateLimitMean"]=$first?"1":"";
320
321 if (empty($_GET["fMuonRateLimitRms"]))
322 $_GET["fMuonRateLimitRms"]=$first?"0.1":"";
323
324 if (empty($_GET["fMuonNumLimit1"]))
325 $_GET["fMuonNumLimit1"]=$first?"180":"";
326
327 if (empty($_GET["fMuonNumLimit2"]))
328 $_GET["fMuonNumLimit2"]=$first?"120":"";
329
330 if (empty($_GET["fPulsePosLimit1"]))
331 $_GET["fPulsePosLimit1"]=$first?"3.5":"";
332
333 if (empty($_GET["fPulsePosLimit2"]))
334 $_GET["fPulsePosLimit2"]=$first?"2.5":"";
335
336 if (empty($_GET["fNumStarsLimit1"]))
337 $_GET["fNumStarsLimit1"]=$first?"30":"";
338
339 if (empty($_GET["fNumStarsLimit2"]))
340 $_GET["fNumStarsLimit2"]=$first?"20":"";
341
342 if (empty($_GET["fNumStarsCorLimit1"]))
343 $_GET["fNumStarsCorLimit1"]=$first?"10":"";
344
345 if (empty($_GET["fNumStarsCorLimit2"]))
346 $_GET["fNumStarsCorLimit2"]=$first?"5":"";
347
348 if (empty($_GET["fUnreliableInner"]))
349 $_GET["fUnreliableInner"]=$first?"On":"";
350
351 if (empty($_GET["fIsolatedInner"]))
352 $_GET["fIsolatedInner"]=$first?"On":"";
353
354 if (empty($_GET["fIsolatedMaxCluster"]))
355 $_GET["fIsolatedMaxCluster"]=$first?"On":"";
356
357// if (empty($_GET["fArrTimeMeanInner"]))
358// $_GET["fArrTimeMeanInner"]=$first?"On":"";
359
360 if (empty($_GET["fArrTimeRmsInner"]))
361 $_GET["fArrTimeRmsInner"]=$first?"On":"";
362
363 if (empty($_GET["fMeanPedRmsInner"]))
364 $_GET["fMeanPedRmsInner"]=$first?"On":"";
365
366 if (empty($_GET["fPulsePosMean"]))
367 $_GET["fPulsePosMean"]=$first?"On":"";
368
369 if (empty($_GET["fConvFactorInner"]))
370 $_GET["fConvFactorInner"]=$first?"On":"";
371
372 if (empty($_GET["fInhomogeneity"]))
373 $_GET["fInhomogeneity"]=$first?"On":"";
374
375 if (empty($_GET["fPSF"]))
376 $_GET["fPSF"]=$first?"On":"";
377
378 if (empty($_GET["fMuonNumber"]))
379 $_GET["fMuonNumber"]=$first?"On":"";
380
381 if (empty($_GET["fEffOnTime/fRunTime"]))
382 $_GET["fEffOnTime/fRunTime"]=$first?"On":"";
383
384 if (empty($_GET["fMuonRate"]))
385 $_GET["fMuonRate"]=$first?"On":"";
386
387 if (empty($_GET["fDataRate"]))
388 $_GET["fDataRate"]=$first?"On":"";
389
390// if (empty($_GET["fMaxHumidity"]))
391// $_GET["fMaxHumidity"]=$first?"On":"";
392
393 if (empty($_GET["fBrightnessMed"]))
394 $_GET["fBrightnessMed"]=$first?"On":"";
395
396 if (empty($_GET["fNumStarsMed"]))
397 $_GET["fNumStarsMed"]=$first?"On":"";
398
399 if (empty($_GET["fNumStarsCorMed"]))
400 $_GET["fNumStarsCorMed"]=$first?"On":"";
401
402 if (empty($_GET["fOff"]))
403 $_GET["fOff"]=$first?"On":"";
404
405 if (empty($_GET["fLinks"]))
406 $_GET["fLinks"]=$first?"On":"";
407
408 if (empty($_GET["fOnlyOff"]))
409 $_GET["fOnlyOff"]=$first?"Off":"";
410
411 InitSequInfo($_GET);
412 }
413
414 function PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias)
415 {
416 printf("<center>\n");
417 printf("<form action='builddatasets.php' METHOD='GET'>\n");
418 printf("<input id='sh' type='hidden' name='fShowHide' value='");
419 if (!empty($_GET["fShowHide"]))
420 printf("%s", $_GET["fShowHide"]);
421 else
422 printf("1000000000");
423 printf("'>\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");
431
432 printf(" <div id='all' style='display:block'>");
433
434 PrintSequInfo2Menu($host,$user,$pw,$db);
435 PrintSequInfoMenu();
436 PrintSequStatMenu();
437 PrintFailMenu();
438 PrintCalMenu();
439 PrintStarMenu();
440 PrintLimitsMenu($limitsmean, $limitsmin, $limitsmax, $alias, "");
441
442 printf(" <div id='ranges' style='display:none'>");
443 PrintZdRangeMenu($host,$user,$pw,$db);
444 PrintSequRangeMenu($host,$user,$pw,$db);
445 printf("<p>");
446 PrintSourceMenu($host,$user,$pw,$db);
447 PrintNightRangeMenu($host,$user,$pw,$db);
448 PrintStarRangeMenu($host,$user,$pw,$db);
449 printf("<p>");
450 printf("</div>");
451
452 printf("</div>");
453 printf(" <P>\n");
454
455 PrintNumResPullDown();
456
457 ini_set("mysql.trace_mode", "Off");
458 ini_set("display_errors", "Off");
459
460 PrintButtons("builddatasets.php");
461
462 $sequon=" ";
463 $sequoff=" ";
464 foreach($_POST as $key => $val)
465 if ($val=="On")
466 {
467 if (ereg("ON$", $key))
468 $sequon.=str_replace("ON", " ", $key);
469 if (ereg("Off$", $key))
470 $sequoff.=str_replace("Off", " ", $key);
471 }
472 printf("<input name='Set' type='hidden' value='%s'>\n", $sequon);
473 printf("<input name='Set2' type='hidden' value='%s'>\n", $sequoff);
474 printf("<input name='name' type='hidden' value='%s'>\n", $_POST["name"]);
475 printf("<input name='comment' type='hidden' value='%s'>\n", $_POST["comment"]);
476 printf("<input name='obsmode' type='hidden' value='%s'>\n", $_POST["fObservationModeKEY"]);
477 printf("</form>\n");
478 printf("</center>\n");
479 printf("</td>\n");
480 printf("</tr>\n");
481 printf("<tr class='Block'>\n");
482 printf("<td>\n");
483 }
484
485 function PrintPage($html, $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs)
486 {
487 $db_id = mysql_pconnect($host, $user, $pw);
488 if ($db_id==FALSE)
489 {
490 printf("mysql_connect returned the following error: %s\n", mysql_error());
491 die("");
492 }
493 mysql_select_db($db);
494
495 $query0 = CreateQuery($_GET, $alias, $checkwhere, $checkgroup, $checkstatusgroup, $needs);
496
497 $result0 = mysql_query($query0, $db_id);
498
499 if ($result0)
500 {
501 if ($html=="1" || $html=="2")
502 {
503 PrintMagicTable($result0, $alias, $rightalign, $limitsmean, $limitsmin, $limitsmax, "yes", $_GET);
504 foreach($_POST as $key => $val)
505 if ($val=="On")
506 {
507 if (ereg("ON$", $key))
508 $sequon.=str_replace("ON", " ", $key);
509 if (ereg("Off$", $key))
510 $sequoff.=str_replace("Off", " ", $key);
511 }
512 printf("<input type='submit' value='Get Dataset'><br><br>\n");
513 printf("<input name='submit' type='hidden' value='post'>\n");
514
515 $on=str_replace(" ", ",", trim($sequon));
516 $off=str_replace(" ", ",", trim($sequoff));
517
518 $values=array("Sum(fRunTime)/60" => $runtime,
519 "Min(fRunTime)/60" => $runtimemin,
520 "Max(fUnsuitableInner)" => $unsuitablemax,
521 "Max(fUnreliableInner)" => $unreliablemax,
522 "Max(fIsolatedInner)" => $isolatedmax,
523 "Max(fIsolatedMaxCluster)" => $imcmax,
524 "Max(fArrTimeMeanInner)" => $arrtimemax,
525 "Min(fArrTimeMeanInner)" => $arrtimemin,
526 "Max(fArrTimeRmsInner)" => $arrtimermsmax,
527 "Avg(fMeanPedRmsInner)" => $pedrmsmean,
528 "Std(fMeanPedRmsInner)" => $pedrmsrms,
529 "Min(fMeanPedRmsInner)" => $pedrmsmin,
530 "Max(fMeanPedRmsInner)" => $pedrmsmax,
531 "Min(fPulsePosMean)" => $pulseposmin,
532 "Max(fPulsePosMean)" => $pulseposmax,
533 "Max(fPulsePosRms)" => $pulseposrmsmax,
534 "Max(fMaxHumidity)" => $hummax,
535 "Max(fInhomogeneity)" => $inhommax,
536 "Avg(fInhomogeneity)" => $inhommean,
537 "Std(fInhomogeneity)" => $inhomrms,
538 "Min(fMeanNumberIslands)" => $numislmin,
539 "Max(fMeanNumberIslands)" => $numislmax,
540 "Min(fDataRate)" => $clratemin,
541 "Max(fDataRate)" => $clratemax,
542 "Min(fMuonRate)" => $muonratemin,
543 "Max(fMuonRate)" => $muonratemax,
544 "Min(fMuonNumber)" => $muonnumbermin,
545 "Avg(fPSF)" => $psfmean,
546 "Std(fPSF)" => $psfrms,
547 "Min(fPSF)" => $psfmin,
548 "Max(fPSF)" => $psfmax,
549 "Min(fEffOnTime/fRunTime)" => $relontimemin,
550 "Max(fEffOnTime/fRunTime)" => $relontimemax,
551 "Min(fBrightnessMed)" => $brightmin,
552 "Max(fBrightnessMed)" => $brightmax,
553 "Min(fNumStarsMed)" => $idstarsmin,
554 "Max(fNumStarsMed)" => $idstarsmax,
555 "Min(fNumStarsCorMed)" => $corstarsmin,
556 "Max(fNumStarsCorMed)" => $corstarsmax,
557 "Min(fZenithDistanceMin)" => $zdmin,
558 "Max(fZenithDistanceMax)" => $zdmax,
559 "Min(fRunStart)" => $starttime,
560 "Max(fRunStop)" => $stoptime,
561 );
562 //get runtimes of dataset
563 function GetSequenceValues($db_id, $sequences, $txt,&$values)
564 {
565 $query="SELECT COUNT(*) ";
566 foreach($values as $name => $varname)
567 $query.=", " . $name;
568 $query.=" FROM Sequences ";
569 $query.=" LEFT JOIN Calibration ON Calibration.fSequenceFirst=Sequences.fSequenceFirst ";
570 $query.=" LEFT JOIN Star ON Star.fSequenceFirst=Sequences.fSequenceFirst ";
571 $query.=" WHERE Sequences.fSequenceFirst IN (" . $sequences . ")";
572 $result = mysql_query($query, $db_id);
573 $row = mysql_fetch_assoc($result);
574 foreach($values as $name => $varname)
575 $values[$name][$txt]=$row[$name];
576 mysql_free_result($result);
577 }
578
579 //get next dataset#
580 $query="SELECT fDataSetNumber+1 FROM DataSets ORDER BY fDataSetNumber DESC LIMIT 0,1";
581 $result = mysql_query($query, $db_id);
582 $row = mysql_fetch_assoc($result);
583 $dataset=$row["fDataSetNumber+1"];
584 if (empty($dataset))
585 $dataset=1;
586 mysql_free_result($result);
587
588 //get sourcenames
589 function GetSources($db_id, $sequences)
590 {
591 $query="SELECT fSourceName FROM Source LEFT JOIN Sequences ON Sequences.fSourceKEY=Source.fSourceKEY ";
592 $query.="WHERE fSequenceFirst IN (" . $sequences . ") GROUP BY fSourceName";
593 $result = mysql_query($query, $db_id);
594 while ($row = mysql_fetch_assoc($result))
595 $sources.=" " . $row["fSourceName"];
596 mysql_free_result($result);
597 return $sources;
598 }
599 $sourceson=GetSources($db_id, $on);
600 $sourcesoff=GetSources($db_id, $off);
601
602 //get sourcename for dataset
603 $son=str_replace(" ", "','", trim($sourceson));
604 $query="SELECT fRealSourceKEY, Count(*) FROM Source where fSourcename IN ('" . $son . "') GROUP BY fRealSourceKEY";
605// printf("q: %s <br>", $query);
606 $result = mysql_query($query, $db_id);
607 $row = mysql_fetch_assoc($result);
608 $numsources=$row["Count(*)"];
609 $numrealkeys=mysql_num_rows($result);
610 $realsourcekey=$row["fRealSourceKEY"];
611 mysql_free_result($result);
612// printf("found %s sources with real sourcekey %s", $numsources, $realsourcekey);
613// printf("found %s keys", $numrealkeys);
614
615
616 $runtimelimit=5;
617 $unsuitablemaxlimit=15;
618 $isolatedlimit=0;
619 $imclimit=0;
620 $pedrmsrms=0.09;
621 $scalelimit=1.3;
622 $inhomlimit=13;
623 $numstarslimit=20;
624 $numstarscorlimit=10;
625
626
627 $numerr=0;
628 if (!empty($on))
629 {
630 $color=array("INFO" => "#000000",
631 "WARN" => "#FF9900",
632 "ERROR" => "#FF0000");
633 printf("<div align='left'><font><ul>\n");
634 $vals=array("on", "off");
635 foreach($vals as $num => $val)
636 {
637 if (empty(${$val}))
638 continue;
639 GetSequenceValues($db_id, ${$val}, $val, $values);
640
641 if ($values["Min(fNumStarsCorMed)"][$val]<$numstarscorlimit)
642 printf("<li style='color:%s'>%s: one of your %s-sequences has less than %s identified stars (%s)</li>",
643 $color["WARN"], "WARN", $val, $numstarscorlimit, $values["Min(fNumStarsCorMed)"][$val]);
644 if ($values["Min(fNumStarsMed)"][$val]<$numstarslimit)
645 printf("<li style='color:%s'>%s: one of your %s-sequences has less than %s identified stars (%s)</li>",
646 $color["WARN"], "WARN", $val, $numstarslimit, $values["Min(fNumStarsMed)"][$val]);
647 if ($values["Min(fRunTime)/60"][$val]<$runtimelimit)
648 printf("<li style='color:%s'>%s: one of your %s-sequences is shorter than %s min (%s min)</li>",
649 $color["INFO"], "INFO", $val, $runtimelimit, $values["Min(fRunTime)/60"][$val]);
650 if ($values["Max(fInhomogeneity)"][$val]>$inhomlimit)
651 printf("<li style='color:%s'>%s: one of your %s-sequences has an inhomogeneity larger than %s (%s)</li>",
652 $color["WARN"], "WARN", $val, $inhomlimit, $values["Max(fInhomogeneity)"][$val]);
653 if ($values["Max(fUnsuitableInner)"][$val]>$unsuitablemaxlimit)
654 printf("<li style='color:%s'>%s: one of your %s-sequences has more than %s unsuitable inner pixel (%s)</li>",
655 $color["WARN"], "WARN", $val, $unsuitablemaxlimit, $values["Max(fUnsuitableInner)"][$val]);
656 if ($values["Max(fIsolatedInner)"][$val]>$isolatedlimit)
657 printf("<li style='color:%s'>%s: one of your %s-sequences has more than %s isolated inner pixel (%s)</li>",
658 $color["WARN"], "WARN", $val, $isolatedlimit, $values["Max(fIsolatedInner)"][$val]);
659 if ($values["Max(fIsolatedMaxCluster)"][$val]>$imclimit)
660 printf("<li style='color:%s'>%s: one of your %s-sequences has more than %s isolated max cluster (%s)</li>",
661 $color["WARN"], "WARN", $val, $imclimit, $values["Max(fIsolatedMaxCluster)"][$val]);
662 }
663 if (!empty($on) && $values["Max(fMeanPedRmsInner)"]["on"]>$values["Avg(fMeanPedRmsInner)"]["on"]+$pedrmsrms)
664 printf("<li style='color:%s'>%s: one of your on-sequences has a PedRms larger than %s (%s)</li>",
665 $color["WARN"], "WARN", $values["Avg(fMeanPedRmsInner)"]["on"]+$pedrmsrms, $values["Max(fMeanPedRmsInner)"]["on"]);
666 if (!empty($off) && $values["Max(fMeanPedRmsInner)"]["off"]>$values["Avg(fMeanPedRmsInner)"]["on"]+$pedrmsrms)
667 printf("<li style='color:%s'>%s: one of your off-sequences has a PedRms larger than %s (%s)</li>",
668 $color["WARN"], "WARN", $values["Avg(fMeanPedRmsInner)"]["on"]+$pedrmsrms, $values["Max(fMeanPedRmsInner)"]["off"]);
669 if (!empty($off) && $values["Min(fMeanPedRmsInner)"]["off"]<$values["Avg(fMeanPedRmsInner)"]["on"]-$pedrmsrms)
670 printf("<li style='color:%s'>%s: one of your off-sequences has a PedRms smaller than %s (%s)</li>",
671 $color["WARN"], "WARN", $values["Avg(fMeanPedRmsInner)"]["on"]-$pedrmsrms, $values["Min(fMeanPedRmsInner)"]["off"]);
672 $scale=$values["Sum(fRunTime)/60"]["on"]/$values["Sum(fRunTime)/60"]["off"];
673 if ($scale > $scalelimit)
674 printf("<li style='color:%s'>%s: Your scale factor is larger than %s (%0.2f). Try to find more offdata!",
675 $color["WARN"], "WARN", $scalelimit, $scale);
676 /*
677 if (str_word_count($sourceson) > 1)
678 printf("<li style='color:%s'>%s: You have selected more than one (%s) on source",
679 $color["WARN"], "WARN", str_word_count($sourceson));
680 */
681 if ($numrealkeys>1)
682 {
683 printf("<li style='color:%s'>%s: You have selected more than one (%s) on source",
684 $color["ERROR"], "ERROR", $numrealkeays);
685 $numerr=$numerr+1;
686 }
687 if (empty($realsourcekey))
688 {
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);
691 $numerr=$numerr+1;
692 }
693 if (empty($_POST["fObservationModeKEY"]))
694 {
695 printf("<li style='color:%s'>%s: You have to choose an observation mode.",
696 $color["ERROR"], "ERROR");
697 $numerr=$numerr+1;
698 }
699 if (empty($_POST["name"]))
700 {
701 printf("<li style='color:%s'>%s: You have to choose a name.",
702 $color["ERROR"], "ERROR");
703 $numerr=$numerr+1;
704 }
705 if (empty($_POST["comment"]))
706 {
707 printf("<li style='color:%s'>%s: You have to comment your dataset.",
708 $color["ERROR"], "ERROR");
709 $numerr=$numerr+1;
710 }
711 // printf("<li></li>");
712 printf("</ul></font>\n");
713
714 printf("<div align='left'>");
715 printf("SequencesOn: %s<br>", $sequon);
716 printf("SequencesOff: %s<br>", $sequoff);
717 $insquery[0]="INSERT DataSets SET fDataSetNumber=" . $dataset;
718 $insquery[0].=", fComment='" . $_POST["comment"] . "', fObservationModeKEY=" . $_POST["fObservationModeKEY"];
719 $insquery[0].=", fDataSetName='" . $_POST["name"] . "', fSourceKEY= " . $realsourcekey;
720 $insquery[0].=", fRunStart='" . $values["Min(fRunStart)"]["on"];
721 $insquery[0].="', fRunStop='" . $values["Max(fRunStop)"]["on"];
722 $insquery[0].="', fZenithDistanceMin=" . $values["Min(fZenithDistanceMin)"]["on"];
723 $insquery[0].=", fZenithDistanceMax=" . $values["Max(fZenithDistanceMax)"]["on"];
724 $insquery[0].=", fRunTime=" . $values["Sum(fRunTime)/60"]["on"];
725 $insquery[1]="INSERT DataSetProcessStatus SET fDataSetNumber=" . $dataset . ", fDataSetInserted=Now()";
726 $i=2;
727 foreach(explode(" ", trim($sequon)) as $key => $sequ)
728 {
729 $insquery[$i]="INSERT DataSetSequenceMapping SET fDataSetNumber=" . $dataset;
730 $insquery[$i].=", fSequenceFirst=" . $sequ . ", fOnOff=1";
731 $i=$i+1;
732 }
733 if (!empty($off))
734 {
735 foreach(explode(" ", trim($sequoff)) as $key => $sequ)
736 {
737 $insquery[$i]="INSERT DataSetSequenceMapping SET fDataSetNumber=" . $dataset;
738 $insquery[$i].=", fSequenceFirst=" . $sequ . ", fOnOff=2";
739 $i=$i+1;
740 }
741 }
742 foreach($insquery as $num => $q)
743 {
744 if (!empty($_POST["insert"]) && $numerr==0)
745 {
746 printf("Inserted Query #%s: %s<br>", $num, $q);
747 $insresult=mysql_query($q);
748 if (mysql_errno()>0)
749 printf("&nbsp; Errorno: %s <br>", mysql_errno());
750 if (mysql_error()!="")
751 printf("&nbsp; Errormsg: %s <br>", mysql_error());
752 if (mysql_info()!="")
753 printf("&nbsp; Info: %s <br>", mysql_info());
754 printf("&nbsp; Affected Rows: %s <br>", mysql_affected_rows());
755 mysql_free_result($insresult);
756 if (mysql_errno()>0)
757 {
758 printf("ERROR => stop inserting");
759 break;
760 }
761 }
762 }
763 printf("</div>");
764 if (empty($_POST["name"]) && !empty($_GET["name"]))
765 $_POST["name"]=$_GET["name"];
766 if (empty($_POST["comment"]) && !empty($_GET["comment"]))
767 $_POST["comment"]=$_GET["comment"];
768 if (empty($_POST["fObservationModeKEY"]) && !empty($_GET["obsmode"]))
769 $_POST["fObservationModeKEY"]=$_GET["obsmode"];
770 printf("Name: &nbsp;<input name='name' type='text' size='20' maxlength='20' value='%s'><br>\n", $_POST["name"]);
771 printf("Comment: &nbsp;<input name='comment' type='text' size='50' maxlength='255' value='%s'><br>\n", $_POST["comment"]);
772
773 $query = "SELECT fObservationModeKEY, fObservationModeName FROM ObservationMode ORDER BY fObservationModeName";
774 $result = mysql_query($query);
775 if (!$result)
776 printf("-N/A-");
777
778 $numrows = mysql_num_rows($result);
779
780 printf("ObservationMode&nbsp;<select name='fObservationModeKEY' size='1' class='Width'>\n");
781 while ($row = mysql_fetch_row($result))
782 {
783 if (!empty($_POST["fObservationModeKEY"]) && $_POST["fObservationModeKEY"]==$row[0])
784 printf("<option value='%s' selected>%s</option>\n", $row[0], $row[1]);
785 else
786 printf("<option value='%s'>%s</option>\n", $row[0], $row[1]);
787 }
788 printf("</select><br>\n");
789 mysql_free_result($result);
790
791 printf("Remark: only datasets without errors can be inserted.<br>");
792 if ($numerr!=0)
793 printf("Your dataset has %s error(s).<br>", $numerr);
794 printf("<input type='checkbox' name='insert' value='On'>insert\n");
795
796 printf("<table><tr><td colspan='2' align='center'>Dataset</td></tr>");
797 printf("<tr><td>proposed DataSet#: </td><td>%s</td></tr>", $dataset);
798 printf("<tr><td>SequencesOn:</td><td> %s</td></tr>", $sequon);
799 if (!empty($sequoff))
800 printf("<tr><td>SequencesOff:</td><td> %s</td></tr>", $sequoff);
801 printf("<tr><td>Scale: </td><td>%0.2f</td></tr>", $scale);
802 printf("<tr><td>SourcenamesOn[%s]: </td><td>%s</td></tr>", str_word_count($sourceson), $sourceson);
803 printf("<tr><td>SourcenamesOff[%s]: </td><td>%s</td></tr>", str_word_count($sourcesoff), $sourcesoff);
804 printf("</table>\n");
805
806 printf("<table border='1'>\n");
807 printf("<tr><td>Value</td><td>On</td>");
808 if (!empty($off))
809 printf("<td>Off</td></tr>\n");
810 foreach($values as $name => $varname)
811 {
812 printf("<tr><td>%s</td>\n", $name);
813 foreach($vals as $num => $val)
814 if (!empty(${$val}))
815 printf("<td>%s</td>\n", $varname[$val]);
816 printf("</tr>\n");
817 }
818 printf("</table>\n");
819 }
820
821 printf("</div>\n");
822 /*
823 printf("<table border='1'><tr>\n");
824 printf("<td>--</td>\n");
825 foreach($values as $name => $varname)
826 printf("<td>%s</td>\n", $name);
827 $vals=array("on", "off");
828 foreach($vals as $num => $val)
829 {
830 GetSequenceValues($db_id, ${$val}, $val, $values);
831 printf("</tr><tr>\n");
832 printf("<td>On</td>\n");
833 foreach($values as $name => $varname)
834 printf("<td>%s</td>\n", $varname[$val]);
835 }
836 printf("</tr></table>\n");
837 */
838
839 printf("</center>\n");
840 printf("</td>\n");
841 printf("</tr>\n");
842
843 printf("</form>\n");
844 }
845 else
846 PrintText($result0);
847
848 mysql_free_result($result0);
849 }
850 mysql_close($db_id);
851
852 PrintSubmittedQuery($query0, $html, $db, "");
853 }
854
855 include ("include.php");
856 include ("menu.php");
857 include ("db.php");
858 include ("magicdefs.php");
859
860 ini_set("display_errors", "On");
861 ini_set("mysql.trace_mode", "On");
862
863 $sitepw="\$1\$ml/Gld67\$zOvhC4vFrLCkbAzQs2swo1";
864 $siteuser="dcdb";
865
866 if (!isset($_SERVER['PHP_AUTH_USER']) || $_SERVER['PHP_AUTH_USER']!=$siteuser)
867 {
868 header('WWW-Authenticate: Basic realm="My Realm"');
869 header('HTTP/1.0 401 Unauthorized');
870 echo 'Text to send if user hits Cancel button';
871 return;
872 }
873 else
874 {
875// echo "<p>Hello {$_SERVER['PHP_AUTH_USER']}.</p>";
876// echo "<p>You entered {$_SERVER['PHP_AUTH_PW']} as your password.</p>";
877// printf("pw: %s", crypt($_SERVER['PHP_AUTH_PW']));
878 if (crypt($_SERVER['PHP_AUTH_PW'], $sitepw)!=$sitepw || $_SERVER['PHP_AUTH_USER']!=$siteuser)
879 {
880 printf("<br>pw or user incorrect<br>");
881 return;
882 }
883 }
884
885 if (!empty($_GET["fSendTxt"]))
886 {
887 header("Content-type: application/octet");
888 header("Content-Disposition: attachment; filename=query-result.txt");
889
890 PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
891 }
892 else
893 {
894 echo (file_get_contents("index-header.html"));
895
896 $environment = sizeof($_GET);
897
898 InitGet($_GET);
899 if (empty($_GET["fPrintTable"]))
900 PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias);
901
902 if ($environment==0)
903 printf("No query submitted yet.<BR>");
904 else
905 {
906 if (empty($_GET["fPrintTable"]))
907 PrintPage("1", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
908 else
909 PrintPage("2", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
910 }
911
912 echo (file_get_contents("index-footer.html"));
913 }
914
915 ini_set("display_errors", "Off");
916 ini_set("mysql.trace_mode", "Off");
917}
918?>
Note: See TracBrowser for help on using the repository browser.