IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:08:07 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/ippTools/share/staticskytool_result.sql

    r33384 r33949  
    66    stackRun.tess_id,
    77    stackRun.skycell_id,
    8     count(stackRun.filter) AS num_filters
     8    count(stackRun.filter) AS num_filters,
     9    skycell.glong,
     10    skycell.glat
    911FROM staticskyRun
    1012JOIN staticskyResult USING(sky_id)
    1113JOIN staticskyInput USING(sky_id)
    12 JOIN stackRun using(stack_id)
     14JOIN stackRun USING(stack_id)
     15LEFT JOIN skycell USING(tess_id, skycell_id)
Note: See TracChangeset for help on using the changeset viewer.