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