mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

vis/surfaces/

mg_relief.pro

includes main-level program

Routines

top mg_relief

result = mg_relief(elevation [, dimensions=lonarr(2)] [, color_table=long] [, _extra=keywords])

Create simple relief visualization for an elevation data set.

Return value

bytarr(3, xsize, ysize)

Parameters

elevation in required type=fltarr(m, n)

elevations to make relief for

Keywords

dimensions in optional type=lonarr(2) default=[m, n]

dimensions of output image, defaults to size of input elevation array

color_table in optional type=long

color table number

_extra in optional type=keywords

keywords to MGgrPalette::loadct

Examples

Try the main-level example program at the end of this file:

IDL> .run mg_relief
This should produce:

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 35
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.