displayp

From DavinciWiki
Jump to: navigation, search

Description

Display a 1 or 3 band temperature image in odd-number of columns to maximize screen usage

Arguments and Return Values

Arguments: A 1 band or 3 band byte array

Return Value: none. The image is opened in a new window

Usage

Syntax: displayp(array [, no_odd = 1])

where:

array is a byte image (e.g.browse) already read in

[no_odd = 1] doesn't force image to have odd number of columns

The displayp function passes the specified argument to an external viewer.

Examples

dv> a
338x10926x1 array of byte, bsq format [3,692,988 bytes]

dv> displayp(a)
size[1] = 338  size[2] = 10926  size[3] = 1 npix = 3692988 nsi = 2354  nlines = 1570 ngroups = 7 remain = 1506.00
 remain = 1.0
final settings: size[1] = 338  size[2] = 10926  size[3] = 1 npix = 3692988 nsi = 2354  nlines = 1560 ngroups = 7 remain = 0.00 
2666x1560x1 array of byte, bip format [4,158,960 bytes]

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

Recent Library Changes

Created On: 02-22-2006
Modified On: 01-17-2008

Personal tools