Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2011-12-02 10:17:02
Size: 463
Editor: EricPalmer
Comment:
Revision 5 as of 2011-12-02 10:33:10
Size: 741
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 14: Line 13:
 * What it asks for
{{{Parameters
  Example
}}}
{{{
  Example
}}}
 {{{
  Example
 * Bigmap - 6 character name of a bigmap
 * Location - x, y, z of where to make the image. X and y are based on pixels within the bigmap (rather than lat/lon or meters). Z is meters above the surface.

 {{{#Example
 123456
 390, 1990, 10
Line 25: Line 21:
 * Another argument === Output ===
 * PANORAMA.pgm - The image file (in pgm format). Currently, I've been using a version that has lines at N, E, S and W. ~epalmer
----
CategoryPrograms
Line 27: Line 26:
=== Output ===
 * what it makes/changes
CategoryMercator

(!) This code was developed for the Mercator Project (LASER Program). The code uses Gaskell's basic infrastructure and data files.

panaroma.e

Panaroma will take a big map, and generate a 360 degree view of the surface.

Input - files

  • none

Input - stdin

  • Bigmap - 6 character name of a bigmap
  • Location - x, y, z of where to make the image. X and y are based on pixels within the bigmap (rather than lat/lon or meters). Z is meters above the surface. {{{#Example 123456 390, 1990, 10 }}}

Output

  • PANORAMA.pgm - The image file (in pgm format). Currently, I've been using a version that has lines at N, E, S and W. ~epalmer


CategoryPrograms

CategoryMercator

panaroma (last edited 2018-05-05 21:20:04 by BMittan)