⇤ ← Revision 1 as of 2015-06-02 23:19:06
Size: 1310
Comment:
|
Size: 1332
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Line 14: | Line 13: |
cp LMRKLIST.TXT make_script.in /usr/local/bin/MAKE_LMRKLISTX |
cp [[LMRKLIST.TXT]] [[make_script.in]] /usr/local/bin/[[MAKE_LMRKLISTX]] |
Line 18: | Line 17: |
cp <SPC Source>/SEEDS/Piterate2.seed make_scriptP.seed | cp <SPC Source>/SEEDS/Piterate2.seed [[make_scriptP.seed]] |
Line 21: | Line 20: |
/usr/local/bin/make_scriptP > run.sh | /usr/local/bin/[[make_scriptP]] > run.sh |
Line 27: | Line 26: |
/usr/local/bin/find_nofitP | /usr/local/bin/[[find_nofitP]] |
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".