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_definebyquery_select.sql

    r31687 r33919  
    1010  FROM stackRun
    1111  JOIN stackSumSkyfile USING(stack_id)
     12  JOIN skycell using(tess_id, skycell_id)
    1213  WHERE stackRun.state = 'full'
    1314      AND stackSumSkyfile.fault = 0
     
    2930    JOIN stackRun USING(stack_id)
    3031    JOIN stackSumSkyfile USING(stack_id)
     32    JOIN skycell USING(tess_id, skycell_id)
    3133    WHERE 1
    3234    -- restrict by selected filters, stackSumSkyfile.good_frac, stackRun.skycell_id, stackRun.label
Note: See TracChangeset for help on using the changeset viewer.