Changeset 11059 for branches/eam_branch_00/ippTasks/phase2.pro
- Timestamp:
- Jan 11, 2007, 5:22:43 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_00/ippTasks/phase2.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/phase2.pro
r11012 r11059 1 1 ## this file contains the tasks for running the phase 0 stage 2 ## these tasks use the book p2PendingImfile2 ## these tasks use the book Phase2Imfiles 3 3 4 4 if ($?network == 0) … … 20 20 exec mkdir -p $LOGSUBDIR 21 21 22 book init p2PendingImfile22 book init Phase2Imfiles 23 23 24 24 macro phase2.status 25 book listbook p2PendingImfile25 book listbook Phase2Imfiles 26 26 end 27 27 28 28 # select images ready for phase2 analysis 29 # new entries are added to p2PendingImfile29 # new entries are added to Phase2Imfiles 30 30 # skip already-present entries 31 31 task phase2.imfile.load … … 46 46 task.exit 0 47 47 # convert 'stdout' to book format 48 ipptool2book stdout p2PendingImfile-key exp_tag:class_id -uniq48 ipptool2book stdout Phase2Imfiles -key exp_tag:class_id -uniq 49 49 if ($VERBOSE > 2) 50 book listbook p2PendingImfile50 book listbook Phase2Imfiles 51 51 end 52 52 53 53 # delete existing entries which are DONE 54 book delpage p2PendingImfile-key state DONE54 book delpage Phase2Imfiles -key state DONE 55 55 end 56 56 … … 73 73 74 74 task.exec 75 book npages p2PendingImfile-var N75 book npages Phase2Imfiles -var N 76 76 if ($N == 0) break 77 77 if ($network == 0) break 78 78 79 # look for new images in p2PendingImfile(state == NULL)80 book getpage p2PendingImfile0 -var pageName -key state NULL79 # look for new images in Phase2Imfiles (state == NULL) 80 book getpage Phase2Imfiles 0 -var pageName -key state NULL 81 81 if ($pageName == NULL) break 82 82 83 book setword p2PendingImfile$pageName state RUN84 book getword p2PendingImfile$pageName camera -var CAMERA85 book getword p2PendingImfile$pageName exp_tag -var EXP_TAG86 book getword p2PendingImfile$pageName class_id -var CLASS_ID87 book getword p2PendingImfile$pageName uri -var URI83 book setword Phase2Imfiles $pageName state RUN 84 book getword Phase2Imfiles $pageName camera -var CAMERA 85 book getword Phase2Imfiles $pageName exp_tag -var EXP_TAG 86 book getword Phase2Imfiles $pageName class_id -var CLASS_ID 87 book getword Phase2Imfiles $pageName uri -var URI 88 88 89 89 # specify choice of remote host … … 118 118 task.exit 0 119 119 # phase2.pl updates DB tables, here we just update the page 120 book setword p2PendingImfile$options:0 state DONE120 book setword Phase2Imfiles $options:0 state DONE 121 121 end 122 122 … … 124 124 task.exit default 125 125 showcommand failure 126 book setword p2PendingImfile$options:0 state FAIL126 book setword Phase2Imfiles $options:0 state FAIL 127 127 end 128 128 … … 130 130 task.exit timeout 131 131 showcommand timeout 132 book setword p2PendingImfile$options:0 state TIMEOUT132 book setword Phase2Imfiles $options:0 state TIMEOUT 133 133 end 134 134 end
Note:
See TracChangeset
for help on using the changeset viewer.
