Aqualogreadr: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy |
imported>Jeremy No edit summary |
||
Line 5: | Line 5: | ||
===Synopsis=== | ===Synopsis=== | ||
:out = | :out = aqualogreadr(file,options); | ||
====Inputs==== | ====Inputs==== | ||
Line 24: | Line 24: | ||
* '''waitbar''' : [ 'off' |{'on'}] Governs use of waitbars to show progress. | * '''waitbar''' : [ 'off' |{'on'}] Governs use of waitbars to show progress. | ||
* '''scattercorrection''' : [ 'off' | | * '''scattercorrection''' : [ {'off'} | 'on'] calls [[flucut]] for Rayleigh correction. | ||
* '''flucut''' : [[flucut|FLUCUT]] options field for governing calls to [[flucut|FLUCUT]]. | * '''flucut''' : [[flucut|FLUCUT]] options field for governing calls to [[flucut|FLUCUT]]. | ||
* '''LowZero''' : Input (LowZero) to [[flucut|FLUCUT]]. | * '''LowZero''' : Input (LowZero) to [[flucut|FLUCUT]]. |
Revision as of 11:10, 24 April 2013
Purpose
Reads Horiba JY Aqualog files with Raleigh removal.
Synopsis
- out = aqualogreadr(file,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 : Input (LowZero) to FLUCUT.
- LowMiss : Input (LowMiss) to FLUCUT.
- TopZero : Input (TopZero) to FLUCUT.
- TopMiss : Input (FopMiss) to FLUCUT.
- xclreadr : XCLREADR options field for governing calls to XCLREADR.
See Also
Data Importing Formats, hjyreadr, jcampreadr, spcreadr, writespc, xclreadr