loadVector3d

import ebsd data

Description

loadVector3d is a high level method for importing vector data from external files. It autodetects the format of the file. As parameters the method requires a filename. In the case of generic ascii files each of which consist of a table containing in each row the euler angles of a certain orientation see loadVector3d_generic for additional options.

Syntax

v = loadVector3d(fname)

Input

fname

filename

param,val Parameters and values that control loadVector3d
Parameter Description
'interface'

specific interface to be used

'comment'

comment to be associated with the data

Output

v

vector3d

See also

loadVector3d_generic