Envireadr

From Eigenvector Research Documentation Wiki
Revision as of 10:09, 8 June 2018 by imported>Scott (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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