IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20473


Ignore:
Timestamp:
Oct 30, 2008, 11:04:59 AM (18 years ago)
Author:
bills
Message:

stop became full count distinct instances of skycell_id

File:
1 edited

Legend:

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

    r19258 r20473  
    1111        exp_id,
    1212        filter,
    13         COUNT(skycell_id) AS num_todo
     13        COUNT(DISTINCT skycell_id) AS num_todo
    1414    FROM rawExp
    1515    JOIN chipRun USING(exp_id)
     
    2121    WHERE
    2222        warpSkyfile.ignored = 0
    23         AND warpRun.state = 'stop'
     23    AND warpRun.state = 'full'
    2424    -- INSERT HERE any additional restrictions (e.g., exp_id, warpSkyfile.good_frac)
    2525-- INSERT HERE magictool_definebyquery_select_part2.sql
Note: See TracChangeset for help on using the changeset viewer.