Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2014-02-26 12:10:15
Size: 967
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 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 7: Line 7:
Output should be exact (diff)
Line 9: Line 8:
Script - doesn't work yet :(
Line 27: 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 69: Line 70:
attachment:sample_ALB.pgm attachment:sample_ALB.jpg
Line 72: Line 73:
attachment:sample_COL.ppm attachment:sample_COL.jpg
Line 75: Line 76:
attachment:sample_DTM.pgm 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)