Changeset 18448
- Timestamp:
- Jul 9, 2008, 12:38:31 PM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 9 edited
-
notes.txt (modified) (2 diffs)
-
share/difftool_inputskyfile.sql (modified) (2 diffs)
-
share/difftool_todiffskyfile.sql (modified) (1 diff)
-
share/faketool_find_camrun.sql (modified) (1 diff)
-
share/faketool_find_pendingexp.sql (modified) (1 diff)
-
share/warptool_imfile.sql (modified) (1 diff)
-
share/warptool_scmap.sql (modified) (1 diff)
-
share/warptool_tooverlap.sql (modified) (1 diff)
-
share/warptool_towarped.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/notes.txt
r17710 r18448 1 2 2008.07.09 EAM 3 4 In order to implement the 'cleanup' and 'update' strategies, we have 5 changed the state names and defined addtional states as follows: 6 7 * new : entry is unprocessed (was 'run') 8 * full : entry is processed and has all output data products (was 'done') 9 * goto_cleaned : entry should be processed by the 'cleanup' system 10 * cleaned : entry has been processed by the 'cleanup' system -- 11 some output data products are now missing. 12 13 * goto_full : entry should be re-processed by the 'update' system 14 * full : entry has been re-processed by the 'update' system 15 16 * goto_purged : entry should be processed by the 'cleanup' ssytem 17 to purge all output data 18 * purged : entry has been purged 19 20 21 22 2008.05.16 EAM 1 23 2 24 caltool … … 4 26 * add the -region 5 27 * change 'catdir' to 'dvo_id' 6 * -
trunk/ippTools/share/difftool_inputskyfile.sql
r18029 r18448 34 34 AND fakeRun.state = 'stop' 35 35 AND camRun.state = 'stop' 36 AND chipRun.state = ' stop'36 AND chipRun.state = 'full' 37 37 UNION 38 38 SELECT … … 70 70 AND fakeRun.state = 'stop' 71 71 AND camRun.state = 'stop' 72 AND chipRun.state = ' stop'72 AND chipRun.state = 'full' 73 73 ) as Foo -
trunk/ippTools/share/difftool_todiffskyfile.sql
r18029 r18448 29 29 AND fakeRun.state = 'stop' 30 30 AND camRun.state = 'stop' 31 AND chipRun.state = ' stop'31 AND chipRun.state = 'full' 32 32 AND diffSkyfile.diff_id IS NULL -
trunk/ippTools/share/faketool_find_camrun.sql
r18029 r18448 33 33 WHERE 34 34 camRun.state = 'stop' 35 AND chipRun.state = ' stop'35 AND chipRun.state = 'full' 36 36 ) as Foo -
trunk/ippTools/share/faketool_find_pendingexp.sql
r18029 r18448 27 27 fakeRun.state = 'run' 28 28 AND camRun.state = 'stop' 29 AND chipRun.state = ' stop'29 AND chipRun.state = 'full' 30 30 AND fakeMask.label IS NULL 31 31 AND fakeProcessedImfile.fake_id IS NULL -
trunk/ippTools/share/warptool_imfile.sql
r18124 r18448 24 24 AND fakeRun.state = 'stop' 25 25 AND camRun.state = 'stop' 26 AND chipRun.state = ' stop'26 AND chipRun.state = 'full' 27 27 -
trunk/ippTools/share/warptool_scmap.sql
r18029 r18448 22 22 fakeRun.state = 'stop' 23 23 AND camRun.state = 'stop' 24 AND chipRun.state = ' stop'24 AND chipRun.state = 'full' -
trunk/ippTools/share/warptool_tooverlap.sql
r18029 r18448 25 25 AND fakeRun.state = 'stop' 26 26 AND camRun.state = 'stop' 27 AND chipRun.state = ' stop'27 AND chipRun.state = 'full' 28 28 AND warpSkyCellMap.warp_id IS NULL 29 29 AND warpMask.label IS NULL -
trunk/ippTools/share/warptool_towarped.sql
r18029 r18448 30 30 AND fakeRun.state = 'stop' 31 31 AND camRun.state = 'stop' 32 AND chipRun.state = ' stop'32 AND chipRun.state = 'full' 33 33 AND warpSkyfile.warp_id IS NULL 34 34 AND warpSkyfile.skycell_id IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
