Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2014-02-26 11:36:51
Size: 888
Editor: EricPalmer
Comment:
Revision 9 as of 2014-06-19 16:18:35
Size: 1314
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Reads data to build DTM and albedo maps

Output should be exact (diff)
3.4 SpheremapB reads in the current shape model and uses it to calculate gravity and albedo data (2D grids and images) for a specific bigmap region.
Line 14: Line 12:
10.429 169.196 0.005
500 500 265 50
10.429 191 0.050
500 500 265 70
sample
Line 17: Line 16:
0 10
Line 26: Line 25:
Output should be exact (diff)

This created a suite of data files for a bigmap (REFMAP). It created a raw (simple binary file) of a 2D matrix for the scaled albedo (sample_ALB) and the topography (DTM). It also created images (pgm format) of the albedo, topography and color scaled topography.
Line 67: Line 69:
 * Albedo
attachment:sample_ALB.jpg
Line 68: Line 72:
attachment:sample_ALB.pgm
attachment:sample_COL.ppm
attachment:sample_DTM.pgm
 * Color DTM
attachment:sample_COL.jpg
 
 * Greyscale DTM

attachment:sample_DTM.jpg

["Test Files"]

Overview

3.4 SpheremapB reads in the current shape model and uses it to calculate gravity and albedo data (2D grids and images) for a specific bigmap region.

Input

/usr/local/bin/spheremapB

10.429 191 0.050
500 500 265 70
sample
c
10
a
0 0 0 
n
60
n

Output

Output should be exact (diff)

This created a suite of data files for a bigmap (REFMAP). It created a raw (simple binary file) of a 2D matrix for the scaled albedo (sample_ALB) and the topography (DTM). It also created images (pgm format) of the albedo, topography and color scaled topography.

/Users/epalm#/osiris/working$ ~/bin/spheremapsB.e 

 input ltd (deg), elon (deg), scale (km/px),
  half-sizes (px/ln), ref radius (km), tolerance (km)
10.429 169.196 0.005
500 500
265
50

 input map name
sample

 a. orthographic
 b. stereographic
 c. equirectangular
c

 Enter reference latitude
0

 a. 8  bit DTM
 b. 16 bit DTM
a

 Enter i,j,h map shift (m) (eg map-lola)
0 0 0 
   10.109395337649858        20.857825073993354     

 Fix hmin, hmax? (y/n)
n
 Set max slope (deg)
60
 Lat/Lon markings? (y/n)
n
  • Albedo

attachment:sample_ALB.jpg

  • Color DTM

attachment:sample_COL.jpg

  • Greyscale DTM

attachment:sample_DTM.jpg

do_spheremapB (last edited 2015-05-06 11:15:24 by localhost)