Changeset 36040 for trunk/ippTools/share
- Timestamp:
- Aug 27, 2013, 1:44:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/stacktool_summary.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_summary.sql
r36009 r36040 4 4 stackAssociation.filter, 5 5 stackSummary.path_base, 6 stackAssociation.data_group 6 stackAssociation.data_group, 7 rawExp.camera 7 8 FROM stackRun 8 9 JOIN stackAssociationMap USING(stack_id) 9 10 JOIN stackAssociation USING(sass_id, filter) 10 11 JOIN stackSummary using(sass_id, projection_cell) 11 12 -- WHERE stackRun.label ='lap.threepi.20130717' and skycell_id like 'skycell.0635%' and filter = 'r.00000'\G 13 -- WHERE stackRun.label ='lap.threepi.20130717' and projection_cell = 'skycell.0635' and filter = 'r.00000'\G 12 JOIN stackInputSkyfile using(stack_id) 13 JOIN warpRun USING(warp_id) 14 JOIN fakeRun USING(fake_id) 15 JOIN camRun USING(cam_id) 16 JOIN chipRun USING(chip_id) 17 JOIN rawExp USING(exp_id)
Note:
See TracChangeset
for help on using the changeset viewer.
