Once the basic registration of images to landmarks are done, then it usually is time to do batch updating of the topography, what is typically called "iterating". There are several different templates that can be used (known as seeds). They usually contain variations of using stereo, number of passes, limbs and/or existing topography.

This procedure will get a list of landmarks to work on, build the scripts that LITHOSP (the parallel version of LITHOS) will run, start the scripts and monitor them.

For this procedure, we will use the entire list of landmarks -- so we are processing the entire surface.

cp [[LMRKLIST.TXT]] [[make_script.in]]
/usr/local/bin/[[MAKE_LMRKLISTX]]

Set up the seed file
cp <SPC Source>/SEEDS/Piterate2.seed [[make_scriptP.seed]]

Generate the scripts (This makes the scripts and also outputs several commands to run the scripts to standard output)
/usr/local/bin/[[make_scriptP]] > run.sh

Run the scripts (this will execute the shell commands)
sh run.sh

Monitor progress
/usr/local/bin/[[find_nofitP]]

It will generate output that shows the progress and landmarks with problems.  If the landmark has a leading *, then there is a serious problem that must be fixed.  Try to align the landmarks by hand, or try methods suggested by "Problems".

Building a shape model (last edited 2015-06-02 23:21:37 by EricPalmer)