Differences between revisions 2 and 3
Revision 2 as of 2014-05-15 23:17:22
Size: 883
Editor: EricPalmer
Comment:
Revision 3 as of 2015-05-06 11:15:24
Size: 883
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] [[Test_Files]]

Test_Files

Overview

2.12 Does batch autoregister

Output will be exact (diff)

Input

Set up a map that shows what needs to be done (everything)

# 2.12 batch autoregister
echo "... Running script"
sh run_script.b | tee runLog.txt

echo "... Making thumbnails"
convert TESTFILES/FC21A0014662.pgm 14662.jpg
convert TESTFILES/FC21A0014663.pgm 14663.jpg
convert TESTFILES/FC21A0014664.pgm 14664.jpg
convert TESTFILES/FC21A0016638.pgm 16638.jpg
convert TESTFILES/FC21A0016639.pgm 16639.jpg
convert TESTFILES/FC21A0016870.pgm 16870.jpg
convert TESTFILES/FC21A0023451.pgm 23451.jpg
convert TESTFILES/FC21A0023452.pgm 23452.jpg
convert TESTFILES/FC21A0026849.pgm 26849.jpg
convert TESTFILES/FC21A0026850.pgm 26850.jpg

Output

Tons of changed landmarks OOT files images (both pgm and extra (easy to use) jpg)

run_make_scriptA (last edited 2015-05-06 11:15:24 by localhost)