IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12080


Ignore:
Timestamp:
Feb 27, 2007, 10:31:01 AM (19 years ago)
Author:
Paul Price
Message:

Changing b1_uri to path_base

Location:
trunk/ippMonitor/def
Files:
8 edited

Legend:

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

    r11490 r12080  
    1010FIELD bg_stdev,      8,     stdev
    1111FIELD iteration,     5,     iteration
    12 FIELD b2_uri,        8,     image,     image=$b1_uri@PPIMAGE.JPEG2,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$b1_uri@PPIMAGE.JPEG1
    13 #FIELD b1_uri, 20,   b1_uri
     12FIELD image,         8,     image,     image=$path_base@PPIMAGE.JPEG2,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG1
     13#FIELD path_base,     20,    path_base
    1414#FIELD recipe, 20,   recipe
  • trunk/ippMonitor/def/detNormalizedImfile.d

    r9569 r12080  
    1212FIELD iteration,       5, iteration
    1313#FIELD uri,           20, uri
    14 #FIELD b1_uri,        20, b1_uri
    15 #FIELD b2_uri,        20, b2_uri
     14#FIELD path_base,     20, path_base
    1615
    1716TAIL PHP insert_image ('image');
  • trunk/ippMonitor/def/detProcessedExp.d

    r11490 r12080  
    77FIELD det_id,     7,   Det ID,    value
    88FIELD exp_tag,   15,   Exposure,  value
    9 FIELD b2_uri,     8,   image,     image=$b1_uri@PPIMAGE.JPEG2,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
     9FIELD image,      8,   image,     image=$path_base@PPIMAGE.JPEG2,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    1010FIELD bg,         8,   backgnd,   value
    1111FIELD bg_mean_stdev, 8, [stdev],  value
    1212FIELD bg_stdev,   8,   stdev,     value
    1313FIELD recipe,    15,   Recipe,    value
    14 FIELD b1_uri,    20,   b1_uri,    none
     14FIELD path_base, 20,   path_base, none
  • trunk/ippMonitor/def/detProcessedImfile.d

    r9569 r12080  
    1313# FIELD recipe,     10,   recipe
    1414# FIELD uri,        20,   uri
    15 # FIELD b1_uri,     20,   b1_uri
    16 # FIELD b2_uri,     20,   b2_uri
     15# FIELD path_base,  20,   path_base
    1716
    1817TAIL PHP insert_image ('image');
  • trunk/ippMonitor/def/detResidExp.d

    r11490 r12080  
    77FIELD det_id,        7,    Det ID,    value
    88FIELD exp_tag,      15,    Exposure,  value,  rawImfile.php,       exp_tag=$exp_tag
    9 FIELD b2_uri,        8,    image,     image=$b1_uri@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
     9FIELD image,         8,    image,     image=$path_base@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    1010FIELD bg,            8,    backgnd,   value
    1111FIELD bg_mean_stdev, 8,    [stdev]
     
    1313FIELD iteration,     5,    iter,      value
    1414FIELD accept,        4,    keep,      value
    15 FIELD b1_uri,       20,    b1_uri,    none
     15FIELD path_base,    20,    path_base, none
    1616# FIELD recipe,     15,    recipe,    value
  • trunk/ippMonitor/def/detResidImfile.d

    r9569 r12080  
    1414# FIELD uri,        20,   uri
    1515# FIELD recipe,     20,   recipe
    16 # FIELD b1_uri,     20,   b1_uri
    17 # FIELD b2_uri,     20,   b2_uri
     16# FIELD path_base,  20,   path_base
    1817
    1918TAIL PHP insert_image ('image');
  • trunk/ippMonitor/def/p2ProcessedImfile.d

    r9399 r12080  
    1414#FIELD recipe,       20,   recipe
    1515#FIELD uri,          20,   URI
    16 #FIELD b1_uri,       20,   URI small binned
    17 #FIELD b2_uri,       20,   URI large binned
     16#FIELD path_base,    20,   URI path+base
    1817
    1918TAIL PHP insert_image ('image');
  • trunk/ippMonitor/def/p3ProcessedExp.d

    r11490 r12080  
    66#     field         size   name       show            link to                extras
    77FIELD exp_tag,       15,   Exposure,  value
    8 FIELD b2_uri,         8,   image,     image=$b1_uri@PPIMAGE.JPEG2, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
     8FIELD image,          8,   image,     image=$path_base@PPIMAGE.JPEG2, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    99FIELD bg,             8,   backgnd,   value
    1010FIELD bg_mean_stdev,  8,   [stdev],   value
    1111FIELD bg_stdev,       8,   stdev,     value
    12 FIELD b1_uri,        20,   b1_uri,    none
    13 #FIELD recipe,        15,   Recipe,    value
     12FIELD path_base,     20,   path_base, none
     13#FIELD recipe,        15,   Recipe,   value
Note: See TracChangeset for help on using the changeset viewer.