Envireadr

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Reads ENVI image files.

Synopsis

out = envirdr
out = envirdr(filenames)
out = envirdr('filename')
out = envirdr({'filename1' 'filename2'})

Description

ENVI format has two files, .hdr (header) and .img (binary image, sometimes given the extension .dat or .raw). All file pairs must have the same base filename.

NOTE: An image DSO will be created if MIA_Toolbox (Solo+MIA) is installed.

Inputs

  • filenames = a text string with the name of an HDR file or a cell of strings of HDR filenames. If (filenames) is omitted or an empty cell or array, the user will be prompted to select a folder and then one or more files in the identified folder. If (filenames) is a blank string , the user will be prompted to select a single file.

Outputs

  • out = takes one of two forms:
  1. If input is a single file, the output is a dataset object.
  2. If the input consists of multiple files, the output is a cell array with a dataset object for each input file.

See Also

asfreadr, editds, jcampreadr, opotektiffrdr, spcreadr, xclreadr