Changeset 11209
- Timestamp:
- Jan 19, 2007, 5:23:41 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_00/ippTasks/phase0.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/phase0.pro
r11110 r11209 27 27 book listbook p0PendingExp 28 28 end 29 30 $phase0_DB = 0 29 31 30 32 # select images ready for phase0 analysis … … 45 47 stderr $LOGSUBDIR/phase0.imfile.log 46 48 47 task.exec 48 command p0tool -pendingimfile -limit 20 49 # select entries from the current DB; cycle to the next DB, if it exists 50 # if the DB list is not set, use the value defined in .ipprc 51 task.exec 52 if ($DB:n == 0) 53 command p0tool -pendingimfile -limit 20 54 else 55 command p0tool -pendingimfile -limit 20 -dbname $DB:$phase0_DB 56 $phase0_DB ++ 57 if ($phase0_DB >= $DB:n) set phase0_DB = 0 58 end 49 59 end 50 60 51 61 # success 52 task.exit $EXIT_SUCCESS62 task.exit $EXIT_SUCCESS 53 63 # convert 'stdout' to book format 54 64 ipptool2book stdout p0PendingImfile -key exp_tag -uniq … … 95 105 book getword p0PendingImfile $pageName uri -var URI 96 106 book getword p0PendingImfile $pageName outpath -var OUTPATH 107 book getword p0PendingImfile $pageName dbname -var DBNAME 97 108 98 109 # specify choice of remote host … … 115 126 # create the command line 116 127 if ($VERBOSE > 1) 117 echo command phase0_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI 118 end 119 command phase0_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI 128 echo command phase0_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --dbname $DBNAME 129 end 130 command phase0_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --dbname $DBNAME 120 131 end 121 132
Note:
See TracChangeset
for help on using the changeset viewer.
