Writeasf: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Donal
No edit summary
 
Line 1: Line 1:
===Purpose===
===Purpose===


Writes Hamilton Sundstrand ASF files from a dataset object.
Writes AIT ASF files from a dataset object.


===Synopsis===
===Synopsis===

Latest revision as of 10:34, 26 April 2012

Purpose

Writes AIT ASF files from a dataset object.

Synopsis

writeasf(x)
writeasf(x, 'filename')
writeasf(x, 'filename', options)

Description

Description of the function and optionally include other things.

Inputs

  • x = dataset object.
  • filename = a text string with the name of an ASF file or a cell of strings of ASF 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.


Options

options = a structure array with the following fields:

  • lfn : [ 'yes' | 'no'] Governs behavior when long file names are allowed; setting to 'no' generates output file(s) that are compatible with 8.3 file naming convention

See Also

asfreadr, autoexport, editds, jcampreadr, spcreadr, xclreadr