Opotektiffrdr

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 multi-layer TIFF files.

Synopsis

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

Description

NOTE: In multi-layer TIFF format, the wavelength information (a 9-character string, e.g., '1450.00nm') is embedded in the "ImageDescription" tag (or tag 270) of each TIFF layer. See http://www.awaresystems.be/imaging/tiff/tifftags/imagedescription.html for more details.

Inputs

  • filenames = a text string with the name of an TIFF file or a cell of strings of TIFF 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, opotekenvirdr, spcreadr, xclreadr