IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18672


Ignore:
Timestamp:
Jul 23, 2008, 10:55:10 AM (18 years ago)
Author:
Paul Price
Message:

Don't list all fields.

File:
1 edited

Legend:

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

    r18668 r18672  
    4343WHERE
    4444    diffSkyfile.fault = 0
     45-----    AND warpSkyfile.good_frac >= 0.5
    4546-- magictool_definebyquery_temp_insert_groupby.sql
    4647GROUP BY
     
    5455-- After this follows magictool_definebyquery_select_part2.sql
    5556SELECT
    56     *
     57    exp_id,
     58    filter,
     59    num_todo,
     60    num_done
    5761FROM (
    5862    -- Number of skycells as a function of exposure
     
    7276        AND warpRun.state = 'stop'
    7377    -- INSERT HERE any additional restrictions (e.g., exp_id, warpSkyfile.good_frac)
     78-----        AND warpSkyfile.good_frac > 0.5
    7479-- INSERT HERE magictool_definebyquery_select_part2.sql
    7580-- magictool_definebyquery_select_part2.sql
     
    9297    num_done = num_todo
    9398    AND magicRun.magic_id IS NULL
    94 
     99;
    95100
    96101-- magictool_definebyquery_insert.sql
     
    102107    CONCAT(tess_id, '.', skycell_id) AS node
    103108FROM magicBestDiffs
     109;
Note: See TracChangeset for help on using the changeset viewer.