Changeset 28551
- Timestamp:
- Jun 29, 2010, 2:05:27 PM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 3 edited
-
bgtool_definewarp.sql (modified) (1 diff)
-
bgtool_towarp.sql (modified) (1 diff)
-
bgtool_warpinputs.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/bgtool_definewarp.sql
r28486 r28551 10 10 LEFT JOIN warpBackgroundRun USING(chip_bg_id) 11 11 WHERE chipBackgroundRun.state = 'full' 12 AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- only need it to have been completed -
trunk/ippTools/share/bgtool_towarp.sql
r28545 r28551 19 19 AND chipBackgroundImfile.fault = 0 20 20 AND chipBackgroundImfile.quality = 0 21 AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') 21 22 AND warpSkyfile.fault = 0 22 23 AND warpSkyfile.quality = 0 -
trunk/ippTools/share/bgtool_warpinputs.sql
r28546 r28551 11 11 JOIN fakeRun USING(fake_id) 12 12 JOIN camProcessedExp USING(cam_id) 13 WHERE warpRun.state = 'full'13 WHERE warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- only need it to have been completed 14 14 AND warpSkyfile.fault = 0 15 15 AND warpSkyfile.quality = 0
Note:
See TracChangeset
for help on using the changeset viewer.
