File:MultiBlockOverview.jpg and Hitachieemreadr: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
(Scott uploaded a new version of "File:MultiBlockOverview.jpg")
 
imported>Scott
No edit summary
 
Line 1: Line 1:
===Purpose===


Reads Hitachi EEM files with Rayleigh removal.
===Synopsis===
:out = hitachieemreadr(filenames, options);
====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).
===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|FLUCUT]] options field for governing calls to [[flucut|FLUCUT]].
** '''LowZero''' : Option (LowZero) for [[flucut|FLUCUT]].
** '''TopZero''' : Option (TopZero) for [[flucut|FLUCUT]].
* '''LowMiss''' : Input (LowMiss) to [[flucut|FLUCUT]].
* '''TopMiss''' : Input (FopMiss) to [[flucut|FLUCUT]].
* '''textreadr''' : TEXTREADR options field for governing calls to [[textreadr|TEXTREADR]].
===See Also===
[[Data Importing Formats]], [[aqualogreadr]], [[hjyreadr]], [[jascoeemreadr]], [[jcampreadr]],
[[spcreadr]], [[writespc]], [[xclreadr]]

Revision as of 17:21, 22 January 2016

Purpose

Reads Hitachi EEM files with Rayleigh removal.

Synopsis

out = hitachieemreadr(filenames, options);

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).

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.

See Also

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

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:44, 1 August 2019Thumbnail for version as of 11:44, 1 August 2019911 × 573 (65 KB)Maintenance script (talk | contribs)

The following page uses this file:

Metadata