Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-01-24 16:57:43
Size: 906
Editor: DianeLambert
Comment:
Revision 3 as of 2016-02-10 10:40:10
Size: 893
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
(Compiled by DL)
Line 4: Line 3:
'''Purpose:''' [[lithos]] seed file output by [[residuals]] to attach map to limbs for every landmark contained in [[LMRKLIST.TXT]]. == Description ==
Line 6: Line 5:
New_Limbs.in is output by the program [[residuals]]. New_limbs.in is a seed file for batch attachment of maps to limbs via [[lithos]]. New_Limbs.in contains the [[lithos]] commands to process every landmark listed in [[LMRKLIST.TXT]] (as long as the landmark has is attached to a MAPFILE and an image set). This [[lithos]] seed file is output by [[residuals]] and used to attach maps to limbs for every landmark contained in [[LMRKLIST.TXT]].
Line 8: Line 7:
'''Example New_Limbs.in:''' '''New_Limbs.in''' contains the [[lithos]] commands to process each landmark listed in [[LMRKLIST.TXT]] where the landmark has an associated MAPFILE and an image set.

Here is a sample '''Example New_Limbs.in''' file annotated with explanations of the commands:
Line 24: Line 25:

----------

''(Compiled by DL)''

CategoryFiles

New_Limbs.in

Description

This lithos seed file is output by residuals and used to attach maps to limbs for every landmark contained in LMRKLIST.TXT.

New_Limbs.in contains the lithos commands to process each landmark listed in LMRKLIST.TXT where the landmark has an associated MAPFILE and an image set.

Here is a sample Example New_Limbs.in file annotated with explanations of the commands:

o                   <- attach map to maps or limbs
EE0001              <- load landmark
n a                 <- don't reset all
3                   <- attach map to limbs
n b                 <- don't clear
1,3,5               <- expansion (1), res/scale limit (3), d_hgt limit (5)
o                   <- as above
EE0002
n a
3
n b
1,3,5
q                   <- quit lithos


(Compiled by DL)

CategoryFiles

New_Limbs.in (last edited 2016-02-10 19:46:38 by BMittan)