load isis3
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: > 2.18 Current Davinci Version: 2.27 64-bit Safe: No
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
All other topics
Related Functions
Recent Core Changes Modified On: 11-18-2016 |