Differences between revisions 6 and 7
Revision 6 as of 2011-12-02 10:57:33
Size: 1146
Editor: EricPalmer
Comment:
Revision 7 as of 2015-05-06 11:15:24
Size: 1150
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
attachment:surf_example.jpg {{attachment:surf_example.jpg}}

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

surface_imager.e

The program takes a bigmap and will generate a surface image as if you are standing on (or near) the surface. It is designed to have a 100mm focal length lens and generate a 1024x1024 image.

Input - files

  • none

Input - stdin

  • Bigmap name
  • Location of the point of view (x, y, z). X and Y are pixel position within the map. Z is in meters above the surface.
  • Direction that you are looking (azimuth and elevation - in degrees). Zero azimuth is looking due north. Zero elevation is looking at the horizon.
  • Sun position (azimuth and elevation (azimuth and elevation - in degrees). Zero azimuth has the Sun due north. 90 elevation is the Sun straight up.

surface_imager (last edited 2018-05-05 21:21:10 by BMittan)