Changes between Version 1 and Version 2 of IppTools_FAQ
- Timestamp:
- May 19, 2009, 3:47:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IppTools_FAQ
v1 v2 38 38 === Labels === 39 39 40 ==== setting====40 ==== setting ==== 41 41 With any of the ippTools, you can (and should!) use labels to separate your data into processing groups. When you define a chipRun, camRun, or any other run, the <code>-set_label</code> option allows you to provide a string to label all the processes that your ippTool creates. The label is then carried along to child processes as you step through subsequent stages of the IPP. For stages that are downstream of your initial labeled process, you may select the labeled outputs using the <code>-label</code> option. 42 42 … … 49 49 <code>stacktool -workdir MD.SR -dbname PS1MD -definebyquery <font color=green>-select_label MD01.g</font> -simple</code> 50 50 51 ==== blocking====51 ==== blocking ==== 52 52 If you have been consistently applying labels as you inject your data or as you start your chip processes, then you can efficiently use the ippTools label-blocking feature to select out just a particular subset that you do (or don't) want to process right away. In any ippTool, use the <code>-block</code> option to set a block on a particular label. Use <code>-unblock</code> to remove that block. The <code>-masked</code> and <code>-unmasked</code> options will print out a list showing which exposures are carrying what labels, and whether or not they are currently being blocked from processing. 53 53 54 55 ----56 54 === chiptool === 57 55 ---- … … 66 64 Most of the major modes are similar to modes from other ippTools. The most commonly used modes are discussed here. 67 65 68 ==== -definebyquery====66 ==== -definebyquery ==== 69 67 70 68 You must define a workdir with <code>-workdir</code>. It is recommended to use <code>-label</code> to keep things organized. … … 81 79 82 80 83 ==== -updaterun====81 ==== -updaterun ==== 84 82 85 83 As of 2008-09-18 on ipp-2.6.1 this can only change the state. Use 'new' to make it a pending job in the pantasks queue. Use 'full' to indicate successful completion. Any string is valid. 86 84 87 ==== -revertsumskyfile====85 ==== -revertsumskyfile ==== 88 86 89 87 As described above, each stackRun may create multiple summed skyfiles. Use this mode to revert and restart any problemative summed skyfiles.
