Changeset 35960 for trunk/ippTools/share
- Timestamp:
- Aug 15, 2013, 4:05:13 PM (13 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
disttool_pending_skycal.sql (modified) (1 diff)
-
disttool_toadvance.sql (modified) (1 diff)
-
staticskytool_export_skycalresult.sql (added)
-
staticskytool_export_skycalrun.sql (added)
-
staticskytool_skycalresult.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/Makefile.am
r35955 r35960 410 410 staticskytool_export_input.sql \ 411 411 staticskytool_export_result.sql \ 412 staticskytool_export_skycalrun.sql \ 413 staticskytool_export_skycalresult.sql \ 412 414 staticskytool_inputs.sql \ 413 415 staticskytool_todo.sql \ -
trunk/ippTools/share/disttool_pending_skycal.sql
r35955 r35960 38 38 JOIN chipRun 39 39 USING(chip_id) 40 -- ON camRun.chip_id = chipRun.chip_id41 40 JOIN rawExp 42 41 USING (exp_id) -
trunk/ippTools/share/disttool_toadvance.sql
r32710 r35960 262 262 AND distComponent.fault = 0 263 263 UNION 264 -- skycal stage 265 -- NOTE this assumes that there is only one component per skycalRun 266 -- (one skycell) 267 SELECT 268 distRun.dist_id, 269 stage, 270 stage_id, 271 outroot, 272 label, 273 clean 274 FROM distRun 275 JOIN skycalResult on stage_id = skycal_id 276 LEFT JOIN distComponent 277 ON distRun.dist_id = distComponent.dist_id 278 WHERE 279 distRun.state = 'new' 280 AND distRun.fault = 0 281 AND distRun.stage = 'skycal' 282 AND distComponent.component IS NOT NULL 283 AND distComponent.fault = 0 284 UNION 264 285 -- SSdiff stage 265 286 SELECT -
trunk/ippTools/share/staticskytool_skycalresult.sql
r35952 r35960 2 2 skycalResult.*, 3 3 skycalRun.stack_id, 4 skycalRun.workdir, 4 5 stackRun.filter, 5 6 skycalRun.state,
Note:
See TracChangeset
for help on using the changeset viewer.
