load isis3

From DavinciWiki
Jump to: navigation, search


Description

Read an ISIS3 file into a structure.

Arguments and Return Values

Arguments: A string containing file to be loaded

Return Value: An ISIS3 structure

Usage

Syntax: load_isis3(filename = PATH [, data = 1] [, use_names = 1])

The DATA argument specifies whether or not to load the data from any objects encountered in the file. (0=don't load, default is 1)

The USE_NAMES argument specifies whether or not to use enclosed names

(0=don't load, default is 0) for repeating elements in the ISIS3 Table items

This avoids names with numbered prefixes such as Field_2 or Field3

Examples

dv> a=load_isi3("/local/cube/rgbmess.cub",data=1)

struct, 2 elements
   cube: 2880x1440x3 array of byte, bsq format [12,441,600 bytes]
   IsisCube: struct, 4 elements
       Core: struct, 4 elements...
       isis_struct_type: "object"
       Label: struct, 1 elements...
       History: struct, 4 elements...
 >

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: 11-18-2016

Personal tools