Changeset 18672 for trunk/ippTools/share/magictool_definebyquery.sql
- Timestamp:
- Jul 23, 2008, 10:55:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magictool_definebyquery.sql (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_definebyquery.sql
r18668 r18672 43 43 WHERE 44 44 diffSkyfile.fault = 0 45 ----- AND warpSkyfile.good_frac >= 0.5 45 46 -- magictool_definebyquery_temp_insert_groupby.sql 46 47 GROUP BY … … 54 55 -- After this follows magictool_definebyquery_select_part2.sql 55 56 SELECT 56 * 57 exp_id, 58 filter, 59 num_todo, 60 num_done 57 61 FROM ( 58 62 -- Number of skycells as a function of exposure … … 72 76 AND warpRun.state = 'stop' 73 77 -- INSERT HERE any additional restrictions (e.g., exp_id, warpSkyfile.good_frac) 78 ----- AND warpSkyfile.good_frac > 0.5 74 79 -- INSERT HERE magictool_definebyquery_select_part2.sql 75 80 -- magictool_definebyquery_select_part2.sql … … 92 97 num_done = num_todo 93 98 AND magicRun.magic_id IS NULL 94 99 ; 95 100 96 101 -- magictool_definebyquery_insert.sql … … 102 107 CONCAT(tess_id, '.', skycell_id) AS node 103 108 FROM magicBestDiffs 109 ;
Note:
See TracChangeset
for help on using the changeset viewer.
