Differences between revisions 8 and 9
Revision 8 as of 2015-06-08 15:41:02
Size: 1332
Comment:
Revision 9 as of 2016-01-15 10:25:03
Size: 1974
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

Make_script is the heart of the tiling process. It generates are large suite of scripts that is run (one for each landmark) and runs [[lithos]] on it.

=== Input - files ===
 * [[make_scriptT.in]] - The script file that defines the landmarks and the map to use

=== Input - stdin ===

 * None

=== Output ===
 * run_script.b - This is the main script you run to align images to the landmarks using [[lithos]]
 * rem_script.b - You use then to clean out the directory of all old working files before you do your next run
 * aaaa.INN - A shell script that runs [[lithos]] for that specific lat/lon
----
CategoryPrograms

Make_script is the heart of the tiling process. It generates are large suite of scripts that is run (one for each landmark) and runs lithos on it.

Input - files

  • make_scriptT.in - The script file that defines the landmarks and the map to use

Input - stdin

  • None

Output

  • run_script.b - This is the main script you run to align images to the landmarks using lithos

  • rem_script.b - You use then to clean out the directory of all old working files before you do your next run
  • aaaa.INN - A shell script that runs lithos for that specific lat/lon


CategoryPrograms

Step1

Set up the files for the rn

Step2

Run and monitor


Step1

Overview

The will use XXXXXX and XXX020.SEED to generate a suite of files to tile a bigmap.

Output will be exact (diff)

Prep

Copy the reference map to XXXXXX (because Bob likes it that way)

cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP

Add map name and seed to the top of the output from make_tilefile, which should be named make_scriptT.in

It should look like this:

XXXXXX
XXX020.SEED
      50   50
     100   50
     150   50
     200   50
     250   50
     300   50
     350   50
     400   50
     450   50
     500   50
     550   50
     600   50
...
     900  950
     950  950
END

Run

~/bin/make_scriptT

Output

  • INN files (1 to 361)
  • rem_script.b
  • run_script.b
  • dsp_list.txt


Step 2

Run

Run, just run the script to make the whole thing go (in the background)

nohup sh run_script.b &

Monitor

Track the progress with find_nofitT

~/bin/find_nofitT

If there are problems with the processing, you'll get a list of landmarks with issues

  just listed - no significant issue
  * very bad - must fix
  ! not too bad - should fix

make_scriptT (last edited 2016-07-24 09:58:33 by BMittan)