Specimreadr

From Eigenvector Research Documentation Wiki
Revision as of 23:51, 19 December 2019 by Scott (talk | contribs) (Created page with "===Purpose=== Reads Specim image files with dark and white removal. ===Synopsis=== : out = specimreadr : out = specimreadr('filename',options) : out = specimreadr({'filenam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Reads Specim image files with dark and white removal.

Synopsis

out = specimreadr
out = specimreadr('filename',options)
out = specimreadr({'filename1' 'filename2'})

Description

Reads Specim image files with dark and white removal.

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