Changeset 19465 for trunk/ippTasks/flatcorr.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/flatcorr.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/flatcorr.pro
r19329 r19465 114 114 115 115 # define the command (does not depend on previous queries) 116 if ($DB:n == 0) 117 command flatcorr -pendingprocess 118 else 116 $run = flatcorr -pendingprocess 117 if ($DB:n != 0) 119 118 # save the DB name for the exit tasks 120 119 option $DB:$flatcorr_pendingprocess_DB 121 command flatcorr -pendingprocess-dbname $DB:$flatcorr_pendingprocess_DB120 $run = $run -dbname $DB:$flatcorr_pendingprocess_DB 122 121 $flatcorr_pendingprocess_DB ++ 123 122 if ($flatcorr_pendingprocess_DB >= $DB:n) set flatcorr_pendingprocess_DB = 0 124 123 end 124 add_poll_args run 125 command $run 125 126 126 127 # silently drop stdout
Note:
See TracChangeset
for help on using the changeset viewer.
