IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31772


Ignore:
Timestamp:
Jun 29, 2011, 10:02:00 AM (15 years ago)
Author:
Serge CHASTEL
Message:

LAP stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/ippMonitorLap/def/lapStacks.d

    r31771 r31772  
    1 TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id
     1TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id JOIN stackSumSkyfile AS stackSumSkyfile1 ON stackSumSkyfile1.stack_id=stackAssociationMap1.stack_id
    22TITLE LAP Stacks
    33FILE  lapStacks.php
     
    3030# FIELD stackRun.skycell_id,    15, %s,  Skycell ID
    3131FIELD lapRun.quick_sass_id,     6, %d,   Quick SASS ID
     32FIELD stackRun1.stack_id,       6, %d,   Quick Stack ID
    3233FIELD stackRun1.data_group,     15, %s,  Quick Data Group
    33 # FIELD lapRun.quick_stack_id,  6, %d,   Quick Stack ID
    34 # FIELD lapRun.quick_state,     6, %s,     Quick State
    35 # FIELD lapRun.quick_fault,     6, %d,     Quick Fault
    36 # FIELD lapRun.quick_quality,   6, %d,     Quick Quality   
     34FIELD stackRun1.state,  6, %s,     Quick State
     35FIELD stackSumSkyfile1.fault,   6, %d,     Quick Fault
     36FIELD stackSumSkyfile1.quality, 6, %d,     Quick Quality   
    3737FIELD lapRun.final_sass_id,     6, %d,   Final SASS ID     
    3838# FIELD lapRun.final_data_group,        15, %s,    Final Data Group
Note: See TracChangeset for help on using the changeset viewer.