Snabsreadr

From Eigenvector Research Documentation Wiki
Revision as of 15:50, 8 March 2011 by imported>Donal (Created page with "===Purpose=== SNABSREADR Reads Stellarnet ABS XY files. ===Synopsis=== :data = snabsreadr(filenames,options) ===Description=== Reads one or more Stellarnet ABS XY files into ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

SNABSREADR Reads Stellarnet ABS XY files.

Synopsis

data = snabsreadr(filenames,options)

Description

Reads one or more Stellarnet ABS XY files into a DataSet object. Reads fixed-width XY ABS files in which the first column is a column of axisscale values and the second column is the values measured at the corresponding axisscale values. Returns a DataSet object with the X as the axisscale in the file and all Y columns (both in the same file and in multiple files) concatenated and transposed as rows.

It is REQUIRED that, if multiple files are being read, they must all have the same X range. If this is not true, the import may fail.