IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33439


Ignore:
Timestamp:
Mar 7, 2012, 2:53:54 PM (14 years ago)
Author:
bills
Message:

include filter in output of staticskytool -inputs

File:
1 edited

Legend:

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

    r28096 r33439  
    22  staticskyRun.*,
    33  staticskyInput.stack_id,
    4   stackSumSkyfile.path_base
     4  stackSumSkyfile.path_base,
     5  stackRun.filter
    56FROM staticskyRun
    67JOIN staticskyInput USING(sky_id)
    78JOIN stackSumSkyfile USING (stack_id)
     9JOIN stackRun using(stack_id)
Note: See TracChangeset for help on using the changeset viewer.