contour
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: > 1.71 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Make a contour map of any davinci data array. It is especially useful for mola elevation data.
Arguments and Return Values Input: Any numeric array Output: A numeric array of contours of the same dimensions as the input with contours of a multiplicative of the interval value
Usage Syntax: contour(data = VAL[, interval = VAL] [, zero = VAL]) data - Any numerical array. interval - Contour interval. Default is 10. zero - the zero level (or "sea level") of the numerical array. Default is 0.
Examples dv> mola 1037x1185x1 array of short, bsq format [2,457,690 bytes] dv> contour = contour(mola, 200) 1037x1185x1 array of float, bsq format [4,915,380 bytes]
Images |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |