function exportCTF(ebsd,fName,varargin)
Export EBSD data to Channel 5 text file (ctf). The resulting ctf file can for instance be opened with Channel 5 and Atex or further converted to 'ang' format for opening with Edax OIM
Dr. Frank Niessen, University of Wollongong, Australia, 2019 contactnospam@fniessen.com (remove the nospam to make this email address work) Acknowledgements go to Dr. Azdiar A. Gazder, University of Wollongong, Australia Version 1.0 - Published 18/04/2019
Syntax
export_ctf(ebsd,fileName)
export_ctf(ebsd,fileName,cprStruct)
export_ctf(ebsd,fileName,'manual')
export_ctf(ebsd,fileName,'flip')
Input
ebsd | EBSD |
fileName | Filename, optionally including relative or absolute path |
cprStruct | structure with properties from cpr-file import |
Flags
manual | prompt for manual import of microscopy parameters |
cprStruct | structure with properties from cpr-file import |
flipud | Flip ebsd spatial data upside down (not the orientation data) |
fliplr | Flip ebsd spatial data left right (not the orientation data) |