Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2014-02-26 11:36:27
Size: 887
Editor: EricPalmer
Comment:
Revision 10 as of 2015-05-06 11:15:24
Size: 1326
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] [[Test_Files]]
Line 3: Line 3:
= Overview =  = Overview =
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 10: Line 8:
= Input =  = Input =
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 25: Line 24:
= Output = = 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.
Line 28: Line 30:
attachment:sample_ALB.pgm
attachment:sample_COL.ppm
attachment:sample_DTM.pgm
Line 69: Line 68:

 * Albedo
{{attachment:sample_ALB.jpg}}

 * 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

sample_ALB.jpg

  • Color DTM

sample_COL.jpg

  • Greyscale DTM

sample_DTM.jpg

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