Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2014-02-18 09:50:14
Size: 640
Editor: EricPalmer
Comment:
Revision 5 as of 2015-05-06 11:15:24
Size: 943
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] ## page was renamed from make tilefile
[[Test_Files]]
Line 5: Line 6:
This reads ["coverage_m.pgm"] and figures out where more tiles are needed. 3.6 This reads [[coverage_m.pgm]] and figures out where more tiles are needed.
Line 21: Line 22:
(note, the output must be fed into a file, which will become ["make_scriptT.in"]; however, it will not have the bigmap or seed at the top
It created the file coverage.pgm using the independently tested routine map_coverage.pgm. Then it read in the file and outputs a list of locations (x/y) that need new landmarks. The output is standard output, so it is listed in fullRun.txt and log.txt

(note, the output must be fed into a file, which will become [[make_scriptT.in]]; however, it will not have the bigmap or seed at the top

Test_Files

= Overview =

3.6 This reads coverage_m.pgm and figures out where more tiles are needed.

Output will be exact (diff)

= Input - stdin =

Question for creating the landmarks going up numerically or down.

n

= Output =

It created the file coverage.pgm using the independently tested routine map_coverage.pgm. Then it read in the file and outputs a list of locations (x/y) that need new landmarks. The output is standard output, so it is listed in fullRun.txt and log.txt

(note, the output must be fed into a file, which will become make_scriptT.in; however, it will not have the bigmap or seed at the top

      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

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