Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2016-01-24 20:48:40
Size: 954
Editor: DianeLambert
Comment: To maintain consistency with software products.
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 2: Line 2:
= VETO.TXT = = veto.txt =
Line 8: Line 8:

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)