= make_tilefile = (compiled by DL) '''Purpose:''' Program to generate the pixel/line maplet-center locations required to complete the tiling of a bigmap at a user-specified resolution. The make_tilefile utility analyses a coverage_m.pgm file, which is the output of [[map_coverage]], for areas that still need to be tiled. The output of this program is then put in the [[make_scriptT.in]] file. ''(Taken from [[http://sbib.psi.edu/wiki_ext/refman.pdf|SPOC v3.02A PDF]]/UTILITIES/make_tilefile.f File Reference.)'' === Requires === * coverage_m.pgm - A Portable Graymap Format image of the bigmap-tiling at the user-specified maplet resolution, generated using [[map_coverage]]. === Output === * std-out - list of bigmap pixel/line coordinates for new maplet center locations. == Using make_tilefile ==