Changeset 29561 for trunk/ippTools/share
- Timestamp:
- Oct 26, 2010, 8:39:32 AM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 4 added
- 8 edited
-
Makefile.am (modified) (2 diffs)
-
chiptool_setimfiletoupdate.sql (modified) (1 diff)
-
magicdstool_change_file_data_state.sql (added)
-
magicdstool_change_run_state.sql (added)
-
magicdstool_revertupdated.sql (added)
-
magicdstool_setfiletoupdate.sql (added)
-
magicdstool_todestreak_camera.sql (modified) (1 diff)
-
magicdstool_todestreak_chip.sql (modified) (2 diffs)
-
magicdstool_todestreak_diff.sql (modified) (2 diffs)
-
magicdstool_todestreak_raw.sql (modified) (1 diff)
-
magicdstool_todestreak_warp.sql (modified) (1 diff)
-
magicdstool_torevert_chip.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/Makefile.am
r29528 r29561 238 238 magictool_exposure.sql \ 239 239 magicdstool_clearstatefaults.sql \ 240 magicdstool_change_file_data_state.sql \ 241 magicdstool_change_run_state.sql \ 240 242 magicdstool_completed_runs.sql \ 241 243 magicdstool_completedrevert.sql \ … … 252 254 magicdstool_getskycells.sql \ 253 255 magicdstool_revertdestreakedfile.sql \ 256 magicdstool_revertupdated.sql \ 257 magicdstool_setfiletoupdate.sql \ 254 258 magicdstool_tocleanup.sql \ 255 259 magicdstool_todestreak_camera.sql \ -
trunk/ippTools/share/chiptool_setimfiletoupdate.sql
r28934 r29561 11 11 AND (chipRun.state = 'cleaned' OR chipRun.state = 'update') 12 12 AND (chipProcessedImfile.data_state = 'cleaned') 13 -- don't queue update if the associated magicDSFile exists 13 -- don't queue update if the associated magicDSFile exists and isn't cleaned 14 14 AND (chipRun.magicked = 0 15 OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new') 16 AND magicDSFile.component IS NULL) 15 OR ((magicDSRun.state = 'cleaned' OR magicDSRun.state = 'update') 16 AND (magicDSFile.data_state = 'cleaned`' OR magicDSFile.data_state = 'update')) 17 ) -
trunk/ippTools/share/magicdstool_todestreak_camera.sql
r29495 r29561 2 2 magicDSRun.magic_ds_id, 3 3 magicDSRun.magic_id, 4 magicDSRun.state, 4 5 chipRun.exp_id, 5 6 camRun.magicked, -
trunk/ippTools/share/magicdstool_todestreak_chip.sql
r29495 r29561 2 2 magicDSRun.magic_ds_id, 3 3 magicDSRun.magic_id, 4 magicDSRun.state, 4 5 chipRun.exp_id, 5 6 chipRun.magicked, … … 37 38 ON magicDSRun.label = Label.label 38 39 WHERE 39 magicDSRun.state = 'new' 40 ((magicDSRun.state = 'new' AND magicDSFile.component IS NULL) 41 OR (magicDSRun.state = 'update' AND magicDSFile.data_state = 'update' 42 AND magicDSFile.fault = 0)) 40 43 AND magicDSRun.stage = 'chip' 41 44 AND (chipRun.state = 'full' OR (chipRun.state = 'update' and chipProcessedImfile.data_state = 'full')) 42 45 AND chipProcessedImfile.fault = 0 43 46 AND chipProcessedImfile.quality = 0 44 AND magicDSFile.component IS NULL45 47 AND (Label.active OR Label.active IS NULL) -
trunk/ippTools/share/magicdstool_todestreak_diff.sql
r29495 r29561 3 3 magicDSRun.magic_ds_id, 4 4 magicRun.magic_id, 5 magicDSRun.state, 5 6 magicRun.exp_id, 6 7 magicDSRun.label, … … 50 51 magicDSRun.magic_ds_id, 51 52 magicRun.magic_id, 53 magicDSRun.state, 52 54 magicRun.exp_id, 53 55 magicDSRun.label, -
trunk/ippTools/share/magicdstool_todestreak_raw.sql
r29495 r29561 2 2 magicDSRun.magic_ds_id, 3 3 magicRun.magic_id, 4 magicDSRun.state, 4 5 magicRun.exp_id, 5 6 magicDSRun.label, -
trunk/ippTools/share/magicdstool_todestreak_warp.sql
r29495 r29561 2 2 magicDSRun.magic_ds_id, 3 3 magicRun.magic_id, 4 magicDSRun.state, 4 5 magicRun.exp_id, 5 6 magicDSRun.label, -
trunk/ippTools/share/magicdstool_torevert_chip.sql
r28853 r29561 22 22 JOIN rawExp ON chipRun.exp_id = rawExp.exp_id 23 23 WHERE magicDSRun.stage = 'chip' 24 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 24 AND (((magicDSRun.state = 'new' OR (magicDSRun.state = 'update')) 25 AND magicDSFile.fault > 0) 26 -- why don't we require a fault for these states? 25 27 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 26 28 AND ((backup_path_base IS NOT NULL) OR (recovery_path_base IS NOT NULL))
Note:
See TracChangeset
for help on using the changeset viewer.
