Changeset 11075 for trunk/ippTools/src/detselect.c
- Timestamp:
- Jan 12, 2007, 12:24:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r10161 r11075 90 90 // " detRun.state," 91 91 // " detRunSummary.accept," 92 // " raw DetrendExp.camera"92 // " rawExp.camera" 93 93 " FROM detRun" 94 94 " JOIN detRunSummary " … … 97 97 " ON detRunSummary.det_id = detInputExp.det_id" 98 98 " AND detRunSummary.iteration = detInputExp.iteration" 99 " JOIN raw DetrendExp"100 " ON detInputExp.exp_tag = raw DetrendExp.exp_tag"99 " JOIN rawExp" 100 " ON detInputExp.exp_tag = rawExp.exp_tag" 101 101 " JOIN rawImfile" 102 " ON raw DetrendExp.exp_tag = rawImfile.exp_tag"102 " ON rawExp.exp_tag = rawImfile.exp_tag" 103 103 " WHERE" 104 104 " detRun.state = 'stop'" … … 106 106 // XXX the following entry is needed to exclude db mismatched 107 107 // XXX these are caused by an error upstream and should be fixed 108 // " AND detRun.det_type = raw DetrendExp.object"108 // " AND detRun.det_type = rawExp.object" 109 109 ); 110 110 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
