Changeset 36221 for trunk/ippTasks
- Timestamp:
- Oct 16, 2013, 3:49:07 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/rawcheck.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/rawcheck.pro
r36203 r36221 5 5 6 6 # load in the local configuration (NEB_USER, etc.) 7 module nebulous.site.pro7 # module nebulous.site.pro 8 8 9 9 $LOGSUBDIR = $LOGDIR/rawcheck … … 42 42 43 43 44 45 $EXP_ID_START = 0 46 $EXP_ID_RANGE = 500000 44 $DATEOBS_MIN = 1970-01-01T00:00:00 47 45 48 46 task rawcheck.load … … 50 48 51 49 # modify these after the tasks are tested 52 periods -poll 0.550 periods -poll 600 53 51 periods -exec 5 54 periods -timeout 150052 periods -timeout 20 55 53 npending 1 56 54 … … 66 64 end 67 65 68 $run = regtool -processedexp -state compressed 66 $run = regtool -processedexp -state compressed -dateobs_begin $DATEOBS_MIN 69 67 if ($DB:n == 0) 70 68 option DEFAULT … … 77 75 end 78 76 add_poll_args run 79 add_poll_labels run77 # add_poll_labels run 80 78 command $run 81 79 end … … 85 83 # convert 'stdout' to book format 86 84 ipptool2book stdout rawcheckPending -key exp_id -uniq -setword dbname $options:0 -setword pantaskState INIT 87 if ($VERBOSE > 2)85 if ($VERBOSE > 2) 88 86 book listbook rawcheckPending 89 87 end 88 89 book listbook rawcheckPending 90 book npages rawcheckPending -var N 91 book getpage rawcheckPending N -var pageName 92 book getword rawcheckPending $pageName dateobs -var DATEOBS_MIN 90 93 91 94 # delete existing entries in the appropriate pantaskStates … … 112 115 periods -poll 0.5 113 116 periods -exec 5 114 periods -timeout 600 117 periods -timeout 1200 118 host anyhost 119 115 120 116 121 task.exec … … 136 141 137 142 # these operations do not require a database to be specified 138 $run = neb-insck--dbname $DBNAME --exp_id $EXP_ID143 $run = rawcheck.pl --dbname $DBNAME --exp_id $EXP_ID 139 144 140 145 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
