Asfreadr

From Eigenvector Research Documentation Wiki
Revision as of 14:47, 8 October 2008 by imported>Bob (New page: ===Purpose=== Reads a Hamilton Sundstrand data file. ===Synopsis=== :x = asfreadr(filename,''options'') ===Description=== ASFREADR reads a Hamilton Sundstrand spectral file (ASF, AIF,...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Reads a Hamilton Sundstrand data file.

Synopsis

x = asfreadr(filename,options)

Description

ASFREADR reads a Hamilton Sundstrand spectral file (ASF, AIF, and BKH extensions).

Inputs

  • filename = a text string with the name of a spectral file or a cell of strings of filenames.
  • If filename is omitted or blank, the user will be prompted to select a file graphically.
  • If filename is an empty cell {}, the user will be prompted to select a folder and then one or more Hamilton Sundstrand files in the identified folder.

Outputs

  • x = a dataset object containing the spectrum. If multiple files are used for input, the output dataset object will contain the spectral data for each file if the data types are compatible, the number of points are identical, and the x-axes all match. Otherwise a cell array of dataset objects or 'error' is returned, depending upon the options input.


Options

options = a structure array with the following fields:

  • nonmatching: [ 'error' | 'cell' ], defines action taken when the x-axes or data types of multiple spectra being read do not match. The options are:
  • 'error' returns an error
  • 'cell' returns a cell array of dataset objects, each containing the data from an individual spectral file. This is the default.


See Also

areadr, xclgetdata, xclputdata, xclreadr, spcreadr