Shimadzueemreadr

From Eigenvector Research Documentation Wiki
Revision as of 15:53, 27 July 2017 by imported>Benjamin (Created page with "===Purpose=== Reads Shimadzu EEM files with Rayleigh removal. ===Synopsis=== :out = shimadzueemreadr(filenames, options); ===Description=== Reads SHIMADZU EEM text files...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Shimadzu EEM files with Rayleigh removal.

Synopsis

out = shimadzueemreadr(filenames, options);

Description

Reads SHIMADZU EEM text files and imports the data into the workspace as a DataSet object.

Inputs

  • file = One of the following identifications of files to read:
  • A single string identifying the file to read
('example')
  • A cell array of strings giving multiple files to read
({'example_a' 'example_b' 'example_c'})
  • An empty array indicating that the user should be prompted to locate the file(s) to read
([])

Outputs

  • out = A DataSet object with date, time, info (data from cell (1,1)), variable names (vars), sample names (samps), and data matrix (data).
  • Note: When multiple files are loaded (multiple samples), if the samples do not match with respect to dimensions or axisscales, the samples will be stored in out as a cell array of DataSet objects.

Options

options = a structure array with the following fields:

  • waitbar : [ 'off' |{'on'}] Governs use of waitbars to show progress.
  • scattercorrection : [ {'off'} | 'on'] calls flucut for Rayleigh correction.
  • flucut : FLUCUT options field for governing calls to FLUCUT.
    • LowZero : Option (LowZero) for FLUCUT.
    • TopZero : Option (TopZero) for FLUCUT.
  • LowMiss : Input (LowMiss) to FLUCUT.
  • TopMiss : Input (FopMiss) to FLUCUT.
  • textreadr : TEXTREADR options field for governing calls to TEXTREADR.
  • nonmatching : [{'error'}| 'cell' ] Governs handling non-matching data from multiple files.

See Also

Data Importing Formats, aqualogreadr, hjyreadr, jascoeemreadr, jcampreadr, spcreadr, writespc, xclreadr