IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

updating to current db table layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.