isis

From DavinciWiki
Jump to: navigation, search


Description

Enumerate or extract suffix planes of an ISIS cube

Arguments and Return Values

Arguments: A filename and suffix plane designations

Return Value: A suffix plane of an ISIS file

Usage

Syntax: isis(filename = STRING [, plane = STRING or plane = INT, type = band/line/sample]

The isis() function decodes ISIS suffix planes.

When called with just a filename, the isis() function will print details about the specified file, including the name and location of any suffix planes.

Individual suffix planes can be extracted by name or by location, by speficying either a the plane's name or the plane's number. The plane's name can be abbreviated to the shortest unique prefix.

The TYPE parameter is necessary when extracting planes by number. It specifies which suffix to extract from. Planes are numbered starting from zero.

Examples

The following example extracts the plane named 'background' from the file "my_file":

dv> a = isis( filename="my_file", plane="background")
 

This example extracts the band suffix plane #3:

dv> a = isis( filename="my_file", plane=3, type=band)

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: 03-27-2006

Personal tools