IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2012, 11:17:45 AM (14 years ago)
Author:
bills
Message:

various enhancements to staticskytool mostly to allow selection by
ra/dec and galactic coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/staticskytool_result.sql

    r33384 r33919  
    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.