IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9011


Ignore:
Timestamp:
Sep 27, 2006, 3:18:14 PM (20 years ago)
Author:
eugene
Message:

various minor updates

Location:
trunk/ippMonitor
Files:
4 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile

    r9008 r9011  
    2525
    2626DEFSRC = \
    27 $(DESTBIN)/masterDetrendImages.php \
     27$(DESTBIN)/masterDetrendFrames.php \
     28$(DESTBIN)/masterDetrendImfiles.php \
    2829$(DESTBIN)/detInputExp.php \
    2930$(DESTBIN)/detMasterFrame.php \
  • trunk/ippMonitor/def/autocode.php

    r9008 r9011  
    2020// ** TABLE RESTRICTIONS **
    2121
    22 echo "WHERE: $WHERE<br><br>\n";
    23 
    2422// query the database
    2523if ($WHERE) {
     
    2826  $sql = "SELECT $FIELDS FROM $TABLE LIMIT 20";
    2927}
    30 
    31 echo "SQL: $sql<br><br>\n";
    3228
    3329$qry = $db->query($sql);
     
    7874// ** TAIL CODE **
    7975
     76echo "<small> WHERE: $WHERE<br><br></small>\n";
     77echo "<small> SQL: $sql<br><br></small>\n";
     78
    8079menu_end();
    8180
  • trunk/ippMonitor/def/detInputExp.d

    r9010 r9011  
    99
    1010#     field      width  name        show  link to                 extras
     11FIELD exp_id,    20,    exposure,   value,      rawImfile.php,          exp_id=$exp_id,det_id=$det_id,iteration=$iteration
     12FIELD *,         5,     choose,     value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id,iteration=$iteration
    1113FIELD det_id,    7,     det_id
    1214FIELD iteration, 5,     iteration
    13 FIELD exp_id,    20,    exposure,   value,      rawImfile.php,          exp_id=$exp_id,det_id=$det_id,iteration=$iteration
    14 FIELD *,         5,     choose,     value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id,iteration=$iteration
    1515FIELD include,   7,     include
    1616
  • trunk/ippMonitor/def/detProcessedImfile.d

    r9009 r9011  
    88
    99#     field     name      show   link to     extras
    10 FIELD det_id,   20,   det_id
    11 FIELD exp_id,   20,   exp_id
    12 FIELD class_id, 20,   class_id
     10FIELD det_id,    7,   Detrend Run ID
     11FIELD exp_id,   15,   Exposure
     12FIELD class_id, 10,   Chip ID
     13FIELD bg,       10,   bg
     14FIELD bg_stdev, 10,   bg_stdev
    1315FIELD uri,      20,   uri
    1416FIELD recipe,   20,   recipe
    15 FIELD bg,       20,   bg
    16 FIELD bg_stdev, 20,   bg_stdev
    17 FIELD bg_mean_stdev, 20,   bg_mean_stdev
     17# FIELD bg_mean_stdev, 20,   bg_mean_stdev
  • trunk/ippMonitor/def/detResidExp.d

    r9009 r9011  
    55
    66#     field      name       show            link to             extras
    7 FIELD det_id,    20,   det_id,    value
    8 FIELD iteration, 20,   iteration, value
    9 FIELD accept,    20,   accept,    value
     7FIELD det_id,     7,   Det ID,    value
     8FIELD iteration,  5,   iter,      value
     9FIELD accept,     4,   keep,      value
    1010FIELD exp_id,    20,   exp_id,    value,          rawImfile.php,      exp_id=$exp_id
    1111FIELD b2_uri,    20,   b2_uri,    image=$b2_uri,  detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_id=$exp_id,image=$b1_uri
  • trunk/ippMonitor/def/detRunSummary.d

    r9009 r9011  
    77FIELD det_id,    7,    det_id   
    88FIELD iteration, 5,    iter
    9 FIELD accept,    20,   accept
     9FIELD accept,    4,    keep
    1010FIELD *,         20,   choose,    value=input, detInputExp.php,  det_id=$det_id,iteration=$iteration
    1111FIELD *,         20,   choose,    value=resid, detResidExp.php,  det_id=$det_id,iteration=$iteration
  • trunk/ippMonitor/def/rawImfile.d

    r9010 r9011  
    44MENU  ipp.imfiles.dat
    55
    6 RESTRICT exp_id
    7 RESTRICT class_id
    8 
    9 #        field        name           show   link to         extras
    10 FIELD    exp_id,      20,   Exposure ID
    11 FIELD    class_id,    20,   Class ID
     6#        field        name   show         link to         extras
     7FIELD    exp_id,      15,    Exposure
     8FIELD    class_id,    8,     Chip ID
     9FIELD    bg,          20,    backgnd
     10FIELD    bg_stdev,    20,    backgnd stdev
    1211# FIELD    class,       20,   Class
    1312# FIELD    uri,       20,   uri
     
    1817# FIELD    decl,      20,   decl
    1918# FIELD    exp_time,  20,   exp_time
    20 FIELD    bg,          20,   bg
    21 FIELD    bg_stdev,  20,   bg_stdev
    2219# FIELD    bg_mean_stdev, 20,   bg_mean_stdev
    2320# FIELD    alt,       20,   alt
  • trunk/ippMonitor/raw/ipp.detrend.dat

    r9009 r9011  
    2323
    2424menutop   | menutop      | plain   | &nbsp;                       |
    25 menulink  | menuselect   | link    | Master Detrend Images        | masterDetrendImages.php
     25menulink  | menuselect   | link    | Master Detrend Frames        | masterDetrendFrames.php
    2626menulink  | menuselect   | link    | Detrend Runs                 | detRunSummary.php             
    2727menulink  | menuselect   | link    | Input Detrend Exp            | detInputExp.php                   
Note: See TracChangeset for help on using the changeset viewer.