loadData

import PoleFigure, EBSD, and ODF data

Description

loadData is a low level method for importing EBSD, PoleFigure, ODF and Tensor data from external files. It autodetects the format of the file. As parameters the method requires a filename and the crystal and specimen symmetry.

Syntax

[data,interface,options,idata] = loadData(fname,type,'param1',val1,'param2',val2)

Input

fname

filename

cs, ss

crystal, specimen symmetry (optional)

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

specific interface to be used

'comment'

comment to be associated with the data

Output

data

EBSD, PoleFigure, ODF, tensor, vector3d, orientation

See also

ImportEBSDData, EBSD/calcODF, ebsd_demo, loadEBSD_generic