Differences between revisions 6 and 19 (spanning 13 versions)
Revision 6 as of 2011-11-30 12:36:01
Size: 590
Editor: EricPalmer
Comment:
Revision 19 as of 2012-09-17 17:07:09
Size: 2047
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
=== Requires ===
 * LMKFILES/
 * LMRKLIST/
 * ["LMRKLIST.TXT"] - Required. List of landmarks
 * MAPFILES/
 * SHAPEFILES/
 * ["BIGLIST.TXT"] - list of needed mapfiles (bigmaps) used to construct the working bigmap
 * ["BIGFILES"]/ - directory of LMK for each of the required bigmaps
 * ["INSIDE.TXT"] - ?????????? The maplets that fall within the planned bigmap. Possibility created by bigmap.e
 * ["USED_MAPS"] - ?????????? Not sure who generates it and what it defines. Possibility created by bigmap.e
 * ["SUMFILES"] / - info about the maplets


 * Many files must be unique. All directories can be linked to a master.
Line 7: Line 22:
 /!\ Longitude is in west longitude (meaning that you need a negative to match what is used in ["spheremapB.e"]
Line 9: Line 26:
 ~/bin/bigmap.e < ZN0000.IN  ~/bin/bigmap.e < ZN0208.IN
Line 16: Line 33:
l
    0 0
   0.06250 500 1.23400
ZN0000
1
.005
.025
1
1
1
1
1
1
1
0
0
l (select location, 1 is lat/lon)
    20 -40 (latitude, west longitude)
   0.06250 500 1.23400 (scale, qsz (number of pixels), seed)
ZN0208 (filename)
1 (end or integrate, 1 is integrate)
.005 (input fraction)
.025 (input weight)
1 (end, continue, change weight, smooth, 1 is continue integrating)
1 (end, continue, change weight, smooth, 1 is continue integrating)
1 (end, continue, change weight, smooth, 1 is continue integrating)
0 (end, continue, change weight, smooth, 0 is end iteration)
0 (no, square or round template, 0 is No Template)
Line 36: Line 49:
Generates a bigmap with the name based on the input (e.g. ZN0000)  * bigmap with the name based on the input (e.g. ZN0208.IN).
 * slopeb.pgm image, that shows the slope in both in horizontal and vertical.
 * SIGMAS.pgm

bigmap

This generates a bigmap from a set of maplets. This can be used to generate shape models or images.

Requires

  • LMKFILES/
  • LMRKLIST/
  • ["LMRKLIST.TXT"] - Required. List of landmarks
  • MAPFILES/
  • SHAPEFILES/
  • ["BIGLIST.TXT"] - list of needed mapfiles (bigmaps) used to construct the working bigmap
  • ["BIGFILES"]/ - directory of LMK for each of the required bigmaps
  • ["INSIDE.TXT"] - ?????????? The maplets that fall within the planned bigmap. Possibility created by bigmap.e
  • ["USED_MAPS"] - ?????????? Not sure who generates it and what it defines. Possibility created by bigmap.e
  • ["SUMFILES"] / - info about the maplets
  • Many files must be unique. All directories can be linked to a master.

Input stdin

  • A long set of commands are sent into this program that are usually contained within a file

    /!\ Longitude is in west longitude (meaning that you need a negative to match what is used in ["spheremapB.e"]

  • example:

 ~/bin/bigmap.e < ZN0208.IN

Input file

The format is normally something like this.

l   (select location, 1 is lat/lon)
    20    -40    (latitude, west longitude)
   0.06250       500   1.23400     (scale, qsz (number of pixels), seed) 
ZN0208           (filename)
1                (end or integrate, 1 is integrate)
.005             (input fraction)
.025             (input weight)
1                (end, continue, change weight, smooth, 1 is continue integrating)
1                (end, continue, change weight, smooth, 1 is continue integrating)
1                (end, continue, change weight, smooth, 1 is continue integrating)
0                (end, continue, change weight, smooth, 0 is end iteration)
0                (no, square or round template, 0 is No Template)

Output

  • bigmap with the name based on the input (e.g. ZN0208.IN).
  • slopeb.pgm image, that shows the slope in both in horizontal and vertical.
  • SIGMAS.pgm

CategoryPrograms CategoryPrograms

bigmap (last edited 2018-06-07 19:51:32 by EricPalmer)