Spareadr: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with " ===Purpose=== Reads Thermo Fisher SPA files. ===Synopsis=== : out = spareadr : out = spareadr('filename') : out = spareadr({'filename' 'filename2'}) ===Description=== R...")
 
imported>Jeremy
Line 24: Line 24:
===See Also===
===See Also===


[[areadr]], [[dataset]], [[parsemixed]], [[spcreadr]], [[xclgetdata]], [[xclputdata]], [[xclreadr]], [[xlsreadr]]
[[Data Importing Formats]], [[asdreadr]], [[asfreadr]], [[fluoromaxreadr]], [[gwscanreadr]], [[hjyreadr]], [[jcampreadr]],
[[opusreadr]], [[pdfreadr]], [[pereadr]], [[spareadr]], [[spcreadr]], [[writeasf]], [[xclreadr]]

Revision as of 10:21, 16 April 2013

Purpose

Reads Thermo Fisher SPA files.

Synopsis

out = spareadr
out = spareadr('filename')
out = spareadr({'filename' 'filename2'})

Description

Read SPA files into a dataset.

Inputs

  • file = a text string with the name of an SPA file or a cell of strings of SPA filenames. If (filename) 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 (filename) is a blank string , the user will be prompted to select a single file.

Outputs

  • out = A dataset object containing all file data.

See Also

Data Importing Formats, asdreadr, asfreadr, fluoromaxreadr, gwscanreadr, hjyreadr, jcampreadr, opusreadr, pdfreadr, pereadr, spareadr, spcreadr, writeasf, xclreadr