IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2019, 12:41:54 PM (7 years ago)
Author:
tdeboer
Message:

small change to fullforce

File:
1 edited

Legend:

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

    r41126 r41201  
    1 TABLE fullForceInput, fullForceRun, warpRun
     1TABLE fullForceInput JOIN fullForceRun USING (ff_id) JOIN warpRun USING (warp_id)
    22TITLE Full Force Input Exposures
    33FILE  fullforceInputSkyfile.php
    44MENU  ipp.ffs.dat
    55
    6 WHERE fullForceRun.ff_id = fullForceInput.ff_id AND fullForceInput.warp_id = warpRun.warp_id
    7 
    86#        field                          size  format  name           show     link to         extras
    97FIELD fullForceRun.ff_id,          5, %s,     FF ID
    10 FIELD fullForceRun.label,           7, %s,     Label
    11 FIELD fullForceRun.state,           7, %s,     State
     8FIELD fullForceRun.label,           7, %s,     Label
     9FIELD fullForceRun.state,           7, %s,     State
    1210FIELD warpRun.warp_id,            5, %s,     Warp ID
    1311FIELD warpRun.tess_id,             5, %s,     Tess ID
    1412FIELD warpRun.label,               5, %s,     warp Label
    15 FIELD fullForceRun.data_group,      7, %s,     data grp
    16 FIELD fullForceRun.dist_group,      7, %s,     dist grp
    17 
     13FIELD fullForceRun.data_group,      7, %s,     data grp
     14FIELD fullForceRun.dist_group,      7, %s,     dist grp
Note: See TracChangeset for help on using the changeset viewer.