Changeset 9003 for trunk/ippMonitor/def
- Timestamp:
- Sep 26, 2006, 6:19:19 PM (20 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 26 edited
-
autocode.php (modified) (3 diffs)
-
detInputExp.d (modified) (1 diff)
-
detMasterFrame.d (modified) (1 diff)
-
detMasterImfile.d (modified) (1 diff)
-
detNormalizedImfile.d (modified) (1 diff)
-
detNormalizedStatImfile.d (modified) (1 diff)
-
detProcessedImfile.d (modified) (1 diff)
-
detResidExp.d (modified) (1 diff)
-
detResidImfile.d (modified) (1 diff)
-
detRun.d (modified) (1 diff)
-
detRunSummary.d (modified) (1 diff)
-
detStackedImfile.d (modified) (1 diff)
-
newExp.d (modified) (1 diff)
-
newImfile.d (modified) (1 diff)
-
p1PendingExp.d (modified) (1 diff)
-
p2PendingExp.d (modified) (1 diff)
-
p2PendingImfile.d (modified) (1 diff)
-
p2ProcessedExp.d (modified) (1 diff)
-
p2ProcessedImfile.d (modified) (1 diff)
-
p3PendingExp.d (modified) (1 diff)
-
pzPendingExp.d (modified) (1 diff)
-
pzPendingImfile.d (modified) (1 diff)
-
rawDetrendExp.d (modified) (1 diff)
-
rawImfile.d (modified) (1 diff)
-
rawScienceExp.d (modified) (1 diff)
-
summitExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r8984 r9003 5 5 $ID = checkID (); 6 6 7 menu('$MENU', '$TITLE', '$STYLE', $ID['link']); 7 if ($ID['menu']) { 8 $myMenu = $ID['menu']; 9 } else { 10 $myMenu = "$MENU"; 11 } 12 13 menu($myMenu, '$TITLE', '$STYLE', $ID['link']); 8 14 9 15 echo "<p> $TITLE </p>"; … … 26 32 menu_end(); 27 33 } 34 35 // ** BODY HTML ** 28 36 29 37 // set up the table and form … … 58 66 $pass = $ID['pass']; 59 67 $proj = $ID['proj']; 68 $menu = $ID['menu']; 60 69 echo "<input type=\"hidden\" name=\"pass\" value=\"$pass\">\n"; 61 70 echo "<input type=\"hidden\" name=\"proj\" value=\"$proj\">\n"; 71 echo "<input type=\"hidden\" name=\"menu\" value=\"$menu\">\n"; 62 72 echo "</form>\n"; 73 74 // ** TAIL HTML ** 63 75 64 76 menu_end(); -
trunk/ippMonitor/def/detInputExp.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 7 FIELD det_id, det_id 6 BODY.HTML test 1 <br> 7 BODY.HTML test 2 <br> 8 BODY.HTML test 3 <br> 9 10 # field name show link to extras 11 FIELD det_id, det_id 8 12 FIELD iteration, iteration 9 FIELD exp_id, exp_id 10 FIELD include, include 13 FIELD exp_id, exp_id, value, rawImfile.php, exp_id=$exp_id 14 FIELD exp_id, processed, value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id 15 FIELD include, include 16 17 TAIL.HTML test tail 1 <br> 18 TAIL.HTML test tail 2 <br> 19 TAIL.HTML test tail 3 <br> -
trunk/ippMonitor/def/detMasterFrame.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detMasterImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD class_id, class_id -
trunk/ippMonitor/def/detNormalizedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detNormalizedStatImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detProcessedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras 6 RESTRICT exp_id 7 RESTRICT det_id 8 9 # field name show link to extras 7 10 FIELD det_id, det_id 8 11 FIELD exp_id, exp_id -
trunk/ippMonitor/def/detResidExp.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link toextras7 FIELD det_id, det_id8 FIELD iteration, iteration 9 FIELD exp_id, exp_id10 FIELD recipe, recipe11 FIELD b g, bg12 FIELD bg_stdev, bg_stdev13 FIELD bg _mean_stdev, bg_mean_stdev14 FIELD b 1_uri, b1_uri15 FIELD b2_uri, b2_uri16 FIELD accept, accept 6 # field name show link to extras 7 FIELD det_id, det_id, value 8 FIELD iteration, iteration, value 9 FIELD accept, accept, value 10 FIELD exp_id, exp_id, value, rawImfile.php, exp_id=$exp_id 11 FIELD b1_uri, b1_uri, image=$b1_uri, display.php, image=$b2_uri 12 FIELD recipe, recipe, image=pic.png 13 FIELD bg, backgnd, value 14 FIELD bg_stdev, bg_stdev, value 15 FIELD b2_uri, b2_uri, none 16 # FIELD bg_mean_stdev, bg_mean_stdev -
trunk/ippMonitor/def/detResidImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detRun.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 6 # field name show link to extras 7 FIELD position, det ID, value, detRunSummary.php, det_id=$position 7 8 FIELD iteration, iteration 8 FIELD det_type, det_type9 FIELD det_type, det_type -
trunk/ippMonitor/def/detRunSummary.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 7 FIELD det_id, det_id 8 FIELD iteration, iteration 9 FIELD bg, bg 10 FIELD bg_stdev, bg_stdev 11 FIELD bg_mean_stdev, bg_mean_stdev 12 FIELD accept, accept 6 # field name show link to extras 7 FIELD det_id, det_id 8 FIELD iteration, iteration, value, detInputExp.php, det_id=$det_id,iteration=$iteration 9 FIELD iteration, iteration, value=resid, detResidExp.php, det_id=$det_id,iteration=$iteration 10 FIELD accept, accept 11 FIELD bg, bg 12 FIELD bg_stdev, bg_stdev 13 # FIELD bg_mean_stdev, bg_mean_stdev -
trunk/ippMonitor/def/detStackedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/newExp.d
r8984 r9003 1 1 TABLE newExp 2 TITLE Raw ScienceExposures2 TITLE New Exposures 3 3 FILE newExp.php 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD camera, camera -
trunk/ippMonitor/def/newImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class, class -
trunk/ippMonitor/def/p1PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 8 FIELD recipe, recipe 9 9 FIELD p1_version, p1 version -
trunk/ippMonitor/def/p2PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 8 FIELD recipe, recipe 9 9 FIELD p1_version, p1 version -
trunk/ippMonitor/def/p2PendingImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class_id, class ID -
trunk/ippMonitor/def/p2ProcessedExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, p2ProcessedImfile.php, exp_id=$exp_id8 FIELD p1_version, p1 version, p1PendingExp.php exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, p2ProcessedImfile.php, exp_id=$exp_id 8 FIELD p1_version, p1 version, value, p1PendingExp.php exp_id=$exp_id 9 9 FIELD p2_version, p2 version -
trunk/ippMonitor/def/p2ProcessedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class_id, class ID -
trunk/ippMonitor/def/p3PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, p2ProcessedImfile.php, exp_id=$exp_id8 FIELD p2_version, p2 version, p2ProcessedExp.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, p2ProcessedImfile.php, exp_id=$exp_id 8 FIELD p2_version, p2 version, value, p2ProcessedExp.php, exp_id=$exp_id 9 9 FIELD p3_version, p3 version -
trunk/ippMonitor/def/pzPendingExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field namelink to extras6 # field name show link to extras 7 7 FIELD exp_id, exposures ID 8 8 FIELD camera, camera -
trunk/ippMonitor/def/pzPendingImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID8 FIELD bytes, number of bytes9 FIELD md5sum, checksum10 FIELD class, class11 FIELD class_id, class ID12 FIELD uri, URI6 # field name show link to extras 7 FIELD exp_id, exposure ID 8 FIELD bytes, number of bytes 9 FIELD md5sum, checksum 10 FIELD class, class 11 FIELD class_id, class ID 12 FIELD uri, URI -
trunk/ippMonitor/def/rawDetrendExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id8 FIELD telescope, Telescope , telescopes.php6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 FIELD telescope, Telescope 9 9 FIELD camera, Camera 10 10 FIELD exp_type, Type -
trunk/ippMonitor/def/rawImfile.d
r8984 r9003 7 7 RESTRICT class_id 8 8 9 # field name link to extras9 # field name show link to extras 10 10 FIELD exp_id, Exposure ID 11 11 FIELD class, Class -
trunk/ippMonitor/def/rawScienceExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id,camera=$camera,foo=bar8 FIELD telescope, Telescope, telescopes.php6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id,camera=$camera,foo=bar 8 FIELD telescope, Telescope, value, telescopes.php 9 9 FIELD camera, Camera 10 10 FIELD exp_type, Type -
trunk/ippMonitor/def/summitExp.d
r8984 r9003 1 1 TABLE summitExp 2 TITLE Summit Exposures2 TITLE Pending Summit Exposures 3 3 FILE summitExp.php 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID8 FIELD camera, camera9 FIELD telescope, telescope10 FIELD exp_type, type11 FIELD uri, URI6 # field name show link to extras 7 FIELD exp_id, exposure ID 8 FIELD camera, camera 9 FIELD telescope, telescope 10 FIELD exp_type, type 11 FIELD uri, URI
Note:
See TracChangeset
for help on using the changeset viewer.
