Size: 958
Comment:
|
Size: 1344
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
(Compiled by DL) | |
Line 5: | Line 4: |
'''Purpose:''' [[lithos]] seed file output by [[residuals]] to detach from landmarks and limbs a map with a residual standard deviation greater than the user-specified limit. | == Description == |
Line 7: | Line 6: |
veto.txt is output by the program [[residuals]] for any landmark whose residual standard deviation is greater than the user-specified limit (PLIM 2, the second [[residuals]] argument). The seed file detaches the landmark from every overlapping landmark listed in its [[LMKFILE]] via [[lithos]] and is ready for execution as a batch process. | This [[lithos]] seed file is output by [[residuals]] and used to detach from landmarks and limbs any map with a linear residual greater than the user-specified limit. |
Line 9: | Line 8: |
'''Example veto.txt:''' | '''veto.txt''' is created for any landmark whose linear residual is greater than PLIM 2, the second [[residuals]] argument. The seed file contains the [[lithos]] commands to process each landmark listed in [[LMKFILE]] that meets the criteria. '''veto.txt''' is ready for execution as a batch process. The accompanying [[check.txt]] file lists suspect landmarks and affected overlapping landmarks and limbs. This file allows you to individually inspect each instance. Here is a sample '''veto.txt''' file annotated with explanations of the commands: |
Line 15: | Line 19: |
EE0005 <- landmark name | EE0005 <- landmark name (overlap) |
Line 23: | Line 27: |
o a <- attach map to maps or limbs EE0001 <- landmark name n 4 P00045000450 <- picture name (limb) 0 |
|
Line 25: | Line 35: |
---------- ''(Compiled by DL)'' CategoryFiles |
veto.txt
Description
This lithos seed file is output by residuals and used to detach from landmarks and limbs any map with a linear residual greater than the user-specified limit.
veto.txt is created for any landmark whose linear residual is greater than PLIM 2, the second residuals argument. The seed file contains the lithos commands to process each landmark listed in LMKFILE that meets the criteria. veto.txt is ready for execution as a batch process.
The accompanying check.txt file lists suspect landmarks and affected overlapping landmarks and limbs. This file allows you to individually inspect each instance.
Here is a sample veto.txt file annotated with explanations of the commands:
o a <- attach map to maps or limbs EE0001 <- landmark name n <- don't reset all 4 <- detach from limb or landmark EE0005 <- landmark name (overlap) 0 <- 0 to end o a <- as above EE0001 n 4 EE0006 0 o a <- attach map to maps or limbs EE0001 <- landmark name n 4 P00045000450 <- picture name (limb) 0 q <- quit lithos
(Compiled by DL)