Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2016-01-24 20:56:29
Size: 958
Editor: DianeLambert
Comment:
Revision 7 as of 2016-01-24 21:04:01
Size: 1111
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
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. 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.

The accompanying [[check.txt]] file contains the list of suspect landmarks and affected overlapping landmarks allowing the user to inspect each instance.

veto.txt

(Compiled by DL)

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.

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.

The accompanying check.txt file contains the list of suspect landmarks and affected overlapping landmarks allowing the user to inspect each instance.

Example veto.txt:

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
0                 <- 0 to end
o  a              <- as above
EE0001
n
4
EE0006
0
q                 <- quit lithos

veto.txt (last edited 2016-02-10 19:52:58 by BMittan)