Changeset 7518 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 02/17/06 11:28:43 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/ganymed.php
r7516 r7518 38 38 39 39 if (empty($_GET["fAll"])) 40 $_GET["fAll"]= $first?"On":"";40 $_GET["fAll"]="Off"; 41 41 42 42 } … … 53 53 54 54 if (empty($_GET["fRunMin"])) 55 $min = GetMin("fDataSetNumber", "DataSets", $db); 55 $min = "100"; 56 // $min = GetMin("fDataSetNumber", "DataSets", $db); 56 57 else 57 58 $min = $_GET["fRunMin"]; … … 169 170 printf(" <table BORDER=\"1\">"); 170 171 printf(" <tr BGCOLOR='#C0C0C0'>\n"); 171 printf(" <th colspan=\"6\"><u>DataSet#:</u> %s </th>", $datasetno);172 printf(" <th colspan=\"6\"><u>DataSet#:</u> %s - %s </th>", $datasetno, $source); 172 173 printf(" </tr><tr BGCOLOR='#E0E0E0' ALIGN='left'>\n"); 173 printf(" <th colspan=\"6\"> %s - Wobble %s ", $comment, $wobble); 174 printf(" <th colspan=\"6\"> %s ", $comment); 175 printf(" </th></tr><tr>\n"); 176 177 printf(" <td colspan=\"6\"> Wobble: %s", $wobble); 174 178 if (!is_null($ganymed)) 175 printf(", <font color='green'>ganymed done</font> "); 176 printf(" </th></tr>\n"); 177 178 printf(" <tr><td colspan=\"6\"></td></tr>\n"); 179 printf(", <font color='green'> ganymed done</font> "); 180 181 printf(" <tr>"); 179 182 180 183 if (!is_null($fillganymed)) 181 184 { 182 printf(" <tr BGCOLOR='#C0C0C0'><th colspan=\"6\">results</th></tr>"); 183 printf(" <tr BGCOLOR='#E0E0E0'>\n"); 185 printf("<td colspan=\"6\"></td></tr>\n"); 186 printf(" <tr BGCOLOR='#C0C0C0'><th colspan=\"6\">results - "); 187 $num=sprintf("%08d",$datasetno); 188 printf(" <a href=\"http://www.astro.uni-wuerzburg.de/datacenter/ganymed/%s/%s/\">plots</a>", 189 substr($num,0,5), $num); 190 printf(" </th></tr><tr BGCOLOR='#E0E0E0'>\n"); 184 191 printf(" <td>excess events</td>\n"); 185 192 printf(" <td>background events</td>\n"); … … 197 204 } 198 205 199 200 206 if ($_GET["fAll"]=="On" && !is_null($ganymed)) 201 207 { 202 printf("</td></tr><tr><td>\n"); 203 204 printf(" <table BORDER=\"1\">"); 205 printf(" <tr BGCOLOR='#C0C0C0'>\n"); 206 printf(" <th colspan=\"6\">plots</th>"); 207 printf(" </tr>\n"); 208 printf(" <tr><td colspan=\"6\">\n"); 209 $num=sprintf("%08d",$datasetno); 210 printf(" <a href=\"http://www.astro.uni-wuerzburg.de/datacenter/ganymed/%s/%s/\">files</a>", 211 substr($num,0,5), $num); 212 printf(" </tr></table>"); 213 208 printf("<tr><td colspan=\"6\">\n"); 209 printf(" plots (to be added) </td></tr>"); 214 210 } 211 215 212 printf(" </table>"); 216 213 printf("</td></tr><tr><td><br></td></tr>"); 217 218 214 } 219 215 printf("</table>\n"); -
trunk/MagicSoft/Mars/datacenter/db/index.html
r7484 r7518 43 43 <li><A HREF="queryrbk.php">Runbook Database</A></li> 44 44 <li><A HREF="datasetinfo.php">Dataset Information</A> 45 (<A HREF="http://www.astro.uni-wuerzburg.de/~dorner/analysis/datasets.html">comments</A>, 46 <A HREF="http://www.astro.uni-wuerzburg.de/datacenter/datasets/">files</A>)</li> 45 (<!--<A HREF="http://www.astro.uni-wuerzburg.de/~dorner/analysis/datasets.html">comments</A>, 46 --> 47 <A HREF="http://www.astro.uni-wuerzburg.de/datacenter/datasets/">dataset files</A>)</li> 48 <li><A HREF="ganymed.php">Results of the Automatic Analysis</A> 47 49 </ul> 48 50 Other queries:<p> -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7515 r7518 66 66 67 67 transdir=/home/lapalma/transfer 68 char=2 368 char=24 69 69 datetime=`date +%F-%H-%M-%S` 70 70 lockfile=$lockpath/lock-copyscript.txt
Note:
See TracChangeset
for help on using the changeset viewer.