Block 5 - Iterate V2

Description

This block iterates a set of landmarks specified by the user, using the lithosP.

Procedure

Set-up

  relink.sh scripts/Piterate1St.seed make_scriptP.seed 
  ls -l make_scriptP.seed >> notes
  MAKE_LMRKLISTX 

Make List of Landmarks to Process

The list of landmarks you want to process is taken from make_script.in. Typical options:

  1. An entire set of landmarks (copy LMRKLIST.TXT)

  2. Just the landmarks used to make a BIGMAP (copy over USED_MAPS.TXT)

  3. Just the newest landmarks created (copy overLMRKLIST1.TXT )

  /bin/cp LMRKLIST.TXT LIST.TXT
  duplicates 
  make_scriptP | tee run.sh

Run the Batch Iteration

  ls -l make_scriptP.seed | tee -a notes
  echo "Running iteration at " `date` >> notes
  sh run.sh

Monitor Progress

Typically, you use find_nofitP to see the errors and progress. Additionally, you can use monitor to control the start, stop, looping and notification of the iterations.

  ls -l *.INN *.OOT
  find_nofitP

Evaluate Final Results

Use find_nofit to get redo.txt, which is good to use for notes and tracking of the corrections tracking. iterateEval.sh provides more detail on number of images have a problem (both correlation and overlaps). Fix the errors to a point you have a stable solution.

  find_nofitP 
  cat redo.txt >> notes
  iterateEval.sh

Finish the Block

Once errors have been removed, then you can finish the block. If you want to rerun things with different parameters, then finish this block and start over.

  echo 8 | blockFinish far\


(Compiled by EEP)

Block 5 - Iterate v2 (last edited 2019-10-15 16:25:04 by JohnWeirich)