Opotektiffrdr: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with '===Purpose=== Reads OPOTEK multi-layer TIFF files. ===Synopsis=== : out = opotektiffrdr : out = opotektiffrdr(filenames) : out = opotektiffrdr('filename') : out = opotektiffrd…') |
imported>Scott No edit summary |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Reads | Reads multi-layer TIFF files. | ||
===Synopsis=== | ===Synopsis=== |
Latest revision as of 15:46, 26 June 2013
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:
- If input is a single file, the output is a dataset object.
- 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