IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12835 for trunk/ippMonitor/def


Ignore:
Timestamp:
Apr 16, 2007, 3:21:41 PM (19 years ago)
Author:
eugene
Message:

updating to current db table layout

Location:
trunk/ippMonitor/def
Files:
11 edited

Legend:

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

    r12081 r12835  
    1 TABLE camPendingExp
    2 TITLE camPendingExp
     1TABLE camPendingExp, chipProcessedExp
     2TITLE Camera Pending
    33FILE  camPendingExp.php
    44MENU  ipp.science.dat
    55
    6 #     field       name          show   link to                extras
    7 FIELD exp_tag,    20,   exposure ID,  value, chipProcessedImfile.php, exp_tag=$exp_tag
    8 FIELD chip_version, 20,   chip version,   value, chipProcessedExp.php,    exp_tag=$exp_tag
    9 FIELD cam_version, 20,   cam version
     6WHERE camPendingExp.chip_id = chipProcessedExp.chip_id
     7
     8#     field                     size  name          show   link to                  extras
     9FIELD chipProcessedExp.exp_tag, 20,   exposure ID,  value, chipProcessedImfile.php, chipProcessedExp.exp_tag=$chipProcessedExp.exp_tag
     10FIELD camPendingExp.chip_id,    20,   chip ID,      value, chipProcessedExp.php,    exp_tag=$chipProcessedExp.exp_tag
     11FIELD camPendingExp.cam_id,     20,   cam ID
  • trunk/ippMonitor/def/camProcessedExp.d

    r12081 r12835  
    1 TABLE camProcessedExp
    2 TITLE camProcessedExp
     1TABLE camProcessedExp, chipProcessedExp
     2TITLE Camera-Level Processed Exposures
    33FILE  camProcessedExp.php
    44MENU  ipp.science.dat
    55
    6 #     field         size   name       show            link to                extras
    7 FIELD exp_tag,       15,   Exposure,  value
    8 FIELD image,          8,   image,     image=$path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    9 FIELD bg,             8,   backgnd,   value
    10 FIELD bg_mean_stdev,  8,   [stdev],   value
    11 FIELD bg_stdev,       8,   stdev,     value
    12 FIELD path_base,     20,   path_base, none
    13 #FIELD recipe,        15,   Recipe,   value
     6WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
     7
     8#     field                           size  name       show                            link to                  extras
     9FIELD chipProcessedExp.exp_tag,       15,   Exposure,  value
     10FIELD *,                              8,    image,     image=$camProcessedExp.path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$chipProcessedExp.exp_tag,image=$$camProcessedExp.path_base@PPIMAGE.JPEG1
     11FIELD camProcessedExp.bg,             8,    backgnd,   value
     12FIELD camProcessedExp.bg_mean_stdev,  8,    [stdev],   value
     13FIELD camProcessedExp.bg_stdev,       8,    stdev,     value
     14FIELD camProcessedExp.path_base,      20,   path_base, value
     15FIELD camProcessedExp.uri,            20,   uri,       value
  • trunk/ippMonitor/def/chipPendingExp.d

    r12081 r12835  
    44MENU  ipp.science.dat
    55
    6 #     field       name         show    link to         extras
    7 FIELD exp_tag,     20,   exposure ID, value,  rawImfile.php,  exp_tag=$exp_tag
    8 FIELD recipe,     20,   recipe
    9 FIELD guide_version, 20,   guide version
    10 FIELD chip_version, 20,   chip version
     6#     field          size  name         show    link to         extras
     7FIELD chip_id,       20,   chip ID
     8FIELD exp_tag,       20,   exposure ID, value,  rawImfile.php,  exp_tag=$exp_tag
     9FIELD recipe,        20,   recipe
     10FIELD guide_id,      20,   guide ID
  • trunk/ippMonitor/def/chipProcessedExp.d

    r12081 r12835  
    44MENU  ipp.science.dat
    55
    6 #     field       name         show   link to                 extras
    7 FIELD exp_tag,     20,   exposure ID, value, chipProcessedImfile.php,  exp_tag=$exp_tag
    8 FIELD guide_version, 20,   guide version,  value, guidePendingExp.php        exp_tag=$exp_tag
    9 FIELD chip_version, 20,   chip version
     6#     field          name  show           link to  extras
     7FIELD exp_tag,       20,   exposure ID,   value,   chipProcessedImfile.php,  exp_tag=$exp_tag
     8FIELD chip_id,       20,   Chip ID
     9FIELD guide_id,      20,   guide ID,      value,   guideProcessedExp.php,    exp_tag=$exp_tag
     10FIELD label,         20,   label
     11FIELD workdir,       20,   workdir
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r12081 r12835  
    1 TABLE chipProcessedImfile
     1TABLE chipProcessedImfile, chipProcessedExp
    22TITLE chipProcessedImfile
    33FILE  chipProcessedImfile.php
    44MENU  ipp.imfiles.dat
    55
    6 #     field          size  name        show  link to     extras
    7 FIELD exp_tag,       15,   Exposure
    8 FIELD class_id,       8,   Chip ID
    9 FIELD bg,             8,   backgnd
    10 FIELD bg_mean_stdev,  8,   [stdev]
    11 FIELD bg_stdev,       8,   stdev
    12 #FIELD guide_version,   20,   guide version
    13 #FIELD chip_version,   20,   chip version
    14 #FIELD recipe,       20,   recipe
    15 #FIELD uri,          20,   URI
    16 #FIELD path_base,    20,   URI path base
     6WHERE chipProcessedImfile.chip_id = chipProcessedExp.chip_id
     7
     8#     field                               size  name        show  link to     extras
     9FIELD chipProcessedExp.exp_tag,           15,   Exposure
     10FIELD chipProcessedImfile.class_id,       8,    Chip ID
     11FIELD chipProcessedImfile.bg,             8,    backgnd
     12FIELD chipProcessedImfile.bg_mean_stdev,  8,    [stdev]
     13FIELD chipProcessedImfile.bg_stdev,       8,    stdev
    1714
    1815TAIL PHP insert_image ('image');
  • trunk/ippMonitor/def/detNormalizedExp.d

    r12080 r12835  
    1010FIELD bg_stdev,      8,     stdev
    1111FIELD iteration,     5,     iteration
    12 FIELD 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
     12FIELD *,             8,     image,     image=$path_base@PPIMAGE.JPEG2,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG1
     13FIELD path_base,     20,    path_base, none
    1414#FIELD recipe, 20,   recipe
  • trunk/ippMonitor/def/detProcessedExp.d

    r12080 r12835  
    77FIELD det_id,     7,   Det ID,    value
    88FIELD exp_tag,   15,   Exposure,  value
    9 FIELD image,      8,   image,     image=$path_base@PPIMAGE.JPEG2,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
     9FIELD *,          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
  • trunk/ippMonitor/def/detResidExp.d

    r12080 r12835  
    77FIELD det_id,        7,    Det ID,    value
    88FIELD exp_tag,      15,    Exposure,  value,  rawImfile.php,       exp_tag=$exp_tag
    9 FIELD 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
    109FIELD bg,            8,    backgnd,   value
    1110FIELD bg_mean_stdev, 8,    [stdev]
    1211FIELD bg_stdev,      8,    stdev,     value
    1312FIELD iteration,     5,    iter,      value
     13FIELD *,             8,    image,     image=$path_base@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    1414FIELD accept,        4,    keep,      value
    1515FIELD path_base,    20,    path_base, none
  • trunk/ippMonitor/def/detRun.d

    r10963 r12835  
    55
    66#     field       width name         show    link to              extras
    7 FIELD det_id,      7,   det ID,      value,  detRunSummary.php,   det_id=$det_id
    8 FIELD iteration,   5,   iteration
    9 FIELD det_type,    8,   det_type
    10 FIELD state,       5,   state
    11 FIELD mode,        5,   mode
    12 FIELD exp_type,    8,   exp_type (drop)
    13 FIELD filter,     10,   filter     
    14 FIELD airmass,    10,   airmass   
    15 FIELD exp_time,   10,   exp_time   
    16 FIELD ccd_temp,   10,   ccd_temp   
    17 FIELD posang,     10,   posang     
    18 FIELD object,     10,   object     
    19 FIELD registered, 10,   registered
    20 FIELD use_begin,  10,   use_begin 
    21 FIELD use_end,    10,   use_end   
     7FIELD det_id,        7,   det ID,      value,  detRunSummary.php,   det_id=$det_id
     8FIELD iteration,     5,   iteration
     9FIELD det_type,      8,   det_type
     10FIELD state,         5,   state
     11FIELD mode,          5,   mode
     12FIELD filter,       10,   filter     
     13FIELD airmass_min,  10,   min airmass   
     14FIELD airmass_max,   5,   max     
     15FIELD exp_time_min, 10,   min exp_time   
     16FIELD exp_time_max,  5,   max
     17FIELD ccd_temp_min, 10,   min ccd_temp   
     18FIELD ccd_temp_max,  5,   max   
     19FIELD posang_min,   10,   min posang     
     20FIELD posang_max,    5,   max     
     21FIELD registered,   10,   registered
     22FIELD use_begin,    10,   use_begin 
     23FIELD use_end,      10,   use_end   
  • trunk/ippMonitor/def/warpInputExp.d

    r12083 r12835  
    1 TABLE warpInputExp
     1TABLE warpInputExp, camProcessedExp, chipProcessedExp
    22TITLE warpInputExp
    33FILE  warpInputExp.php
    44MENU  ipp.warp.dat
    55
    6 #        field          name           show     link to         extras
    7 FIELD    warp_id,       20,   warp ID
    8 FIELD    exp_tag,       20,   exposure tag
    9 FIELD    cam_version,   20,   cam version
    10 FIELD    magiced,       20,   magic done?
     6WHERE warpInputExp.cam_id = camProcessedExp.cam_id
     7WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
     8
     9#        field                     size name           show     link to         extras
     10FIELD    warpInputExp.warp_id,     20,  warp ID
     11FIELD    chipProcessedExp.exp_tag, 20,  exp tag
     12FIELD    chipProcessedExp.chip_id, 20,  chip ID
     13FIELD    camProcessedExp.cam_id,   20,  cam ID
     14FIELD    magiced,                   5,  magic?
  • trunk/ippMonitor/def/warpSkycellMap.d

    r12083 r12835  
    1 TABLE warpSkyCellMap
     1TABLE warpSkyCellMap, camProcessedExp, chipProcessedExp
    22TITLE warpSkyCellMap
    33FILE  warpSkyCellMap.php
    44MENU  ipp.warp.dat
    55
    6 #        field          name           show     link to         extras
    7 FIELD    warp_id,       20,   warp ID
    8 FIELD    skycell_id,    20,   skycell ID
    9 FIELD    tess_id,       20,   tessellation ID
    10 FIELD    exp_tag,       20,   exposure tag
    11 FIELD    cam_version,   20,   cam version
    12 FIELD    class_id,      20,   class ID
     6WHERE warpSkyCellMap.cam_id = camProcessedExp.cam_id
     7WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
     8
     9#        field                      size  name           show     link to         extras
     10FIELD    warpSkyCellMap.warp_id,    20,   warp ID
     11FIELD    warpSkyCellMap.skycell_id, 20,   skycell ID
     12FIELD    warpSkyCellMap.tess_id,    20,   tessellation ID
     13FIELD    chipProcessedExp.exp_tag,  20,   exposure tag
     14FIELD    warpSkyCellMap.class_id,   20,   class ID
Note: See TracChangeset for help on using the changeset viewer.