Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2011-12-02 10:17:02
Size: 463
Editor: EricPalmer
Comment:
Revision 14 as of 2018-05-05 21:20:04
Size: 884
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from panaroma.e


= panaroma =

||Category ?||Version ?||
Line 4: Line 10:
== Description ==
'''Panaroma''' will take a big map and generate a 360-degree view of the surface.
Line 5: Line 13:
= panaroma.e =

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

=== Input - files ===
== Input Files ==
Line 12: Line 16:
=== Input - stdin === == Input stdin ==
Line 14: Line 18:
 * 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.

Here's an example input:

 {{{
 123456
 390, 1990, 10
Line 25: Line 28:
 * Another argument == Output Files ==
 * 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
Line 27: Line 31:
=== Output ===
 * what it makes/changes
{{attachment:pan_example.jpg}}
----------
CategoryPrograms CategoryMercator

panaroma

Category ?

Version ?

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

Description

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.

Here's an example input:

  •  123456
     390, 1990, 10

Output Files

  • 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

pan_example.jpg


CategoryPrograms CategoryMercator

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