IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8982 for trunk/ippMonitor/def


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

defining basic links

Location:
trunk/ippMonitor/def
Files:
5 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
Note: See TracChangeset for help on using the changeset viewer.