unslant

From DavinciWiki
Jump to: navigation, search


Description

Reverses the slant process

Arguments and Return Values

Arguments: A structure containing the elements:

  • data
  • leftedge
  • width

Return Value: An array with the data reverted to an 'unslanted' geometry.

Usage

Syntax: unslant(object = STRUCT [, ignore = VAL])

unslant returns a float array.

Examples

dv> a
struct, 3 elements
    data: 328x1000x1 array of float, bsq format [1,312,000 bytes]
    leftedge: 1x1000x1 array of int, bsq format [4,000 bytes]
    width: 857

dv> b=unslant(a)
857x1000x1 array of float, bsq format [3,428,000 bytes]

Images

slant2.png slant1.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 05-14-2013

Personal tools