Changeset 42411 for trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
- Timestamp:
- Mar 14, 2023, 3:08:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
r42406 r42411 30 30 end 31 31 32 # need to delete DONE entries here so the book is not repopulated 33 # by already-running load tasks 32 34 task.exit 0 33 35 # convert the stdout 'queue' to entries in a book 34 36 # fields in the table will become words in the page 35 37 queue2book -raw-columns -key dateobs -uniq -setword pantaskState INIT -setword pantasksQuality OK stdout ckchip.book 38 book delpage ckchip.book -key pantaskState DONE 36 39 end 37 40 … … 91 94 # fields in the table will become words in the page 92 95 # use the queuesize (Nhosts) to track how many jobs are done / to be done 96 book setword ckchip.book $options:0 pantaskState DONE 93 97 exec update.rawfix.sh $options:0 ckchip.done 94 book delpage ckchip.book $options:095 98 end 96 99
Note:
See TracChangeset
for help on using the changeset viewer.
