Changes between Version 19 and Version 20 of LAP_Czar
- Timestamp:
- Feb 19, 2013, 11:57:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LAP_Czar
v19 v20 67 67 Given a queue list file, the number of active lapRuns can be increased by finding the command line for the next unprocessed projection cell/filter, and issuing that command. However, only one command should be issued at any time. Due to the way the exposure sharing works, having two lapRuns with the state of 'new' in the same filter can cause multiple chipRuns to be queued for the same exposure. To prevent this from happening, wait until there are no more lapRuns with state 'new' before adding a second lapRun. 68 68 69 For safety, it's generally best to use the {{{trickle_add.pl}}} script in the {{{~ipp/lap}}} directory to launch multiple new runs. This script accepts a set of {{{laptool -definerun}}} commands in a file (or from stdin, such as with {{{head -10 queue | trickle_add.pl}}}), and launches them one at a time, ensuring that the previous command is in state {{{run}}} before issuing the next command. This helps the exposure linking so that all exposures are shared fully. 69 70 == Decreasing the number of simultaneous active lapRuns == 70 71
