IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8982


Ignore:
Timestamp:
Sep 26, 2006, 3:05:04 AM (20 years ago)
Author:
eugene
Message:

defining basic links

Location:
trunk/ippMonitor
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/p1PendingExp.d

    r8980 r8982  
    33FILE  p1PendingExp.php
    44
    5 #     field       name     link to     extras
    6 FIELD exp_id,     exposure ID
     5#     field       name         link to         extras
     6FIELD exp_id,     exposure ID, rawImfile.php,  exp_id=$exp_id
    77FIELD recipe,     recipe
    88FIELD p1_version, p1 version
  • trunk/ippMonitor/def/p2PendingExp.d

    r8980 r8982  
    33FILE  p2PendingExp.php
    44
    5 #     field       name     link to     extras
    6 FIELD exp_id,     exposure ID
     5#     field       name         link to         extras
     6FIELD exp_id,     exposure ID, rawImfile.php,  exp_id=$exp_id
    77FIELD recipe,     recipe
    88FIELD p1_version, p1 version
  • trunk/ippMonitor/def/p2ProcessedExp.d

    r8980 r8982  
    33FILE  p2ProcessedExp.php
    44
    5 #     field       name     link to     extras
    6 FIELD exp_id,     exposure ID
    7 FIELD p1_version, p1 version
     5#     field       name         link to                 extras
     6FIELD exp_id,     exposure ID, p2ProcessedImfile.php,  exp_id=$exp_id
     7FIELD p1_version, p1 version,  p1PendingExp.php        exp_id=$exp_id
    88FIELD p2_version, p2 version
  • trunk/ippMonitor/def/p3PendingExp.d

    r8980 r8982  
    33FILE  p3PendingExp.php
    44
    5 #     field       name          link to     extras
    6 FIELD exp_id,     exposure ID
    7 FIELD p2_version, p2 version
     5#     field       name          link to                extras
     6FIELD exp_id,     exposure ID,  p2ProcessedImfile.php, exp_id=$exp_id
     7FIELD p2_version, p2 version,   p2ProcessedExp.php,    exp_id=$exp_id
    88FIELD p3_version, p3 version
  • trunk/ippMonitor/def/rawDetrendExp.d

    r8980 r8982  
    44
    55#        field        name           link to         extras
    6 FIELD    exp_id,      exposure ID,   rawImfile.php,  exp_id=$exp_id,camera=$camera,foo=bar
     6FIELD    exp_id,      exposure ID,   rawImfile.php,  exp_id=$exp_id
    77FIELD    telescope,   Telescope,     telescopes.php
    88FIELD    camera,      Camera
  • trunk/ippMonitor/raw/ipp.menu.dat

    r8981 r8982  
    3535menulink  | menuselect   | link    | Det Run                      | detRun.php                   
    3636menulink  | menuselect   | link    | Det Run Summary              | detRunSummary.php             
     37menulink  | menuselect   | link    | Det Master Frame             | detMasterFrame.php           
    3738menulink  | menuselect   | link    | Det Input Exp                | detInputExp.php                   
    38 menulink  | menuselect   | link    | Det Master Frame             | detMasterFrame.php           
    3939menulink  | menuselect   | link    | Det Resid Exp                | detResidExp.php                       
    4040
Note: See TracChangeset for help on using the changeset viewer.