You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
benjaminbritton edited this page Jun 6, 2018
·
1 revision
If you have captured a series of normal vectors and you want to see if AstroEBSD can help index them, you can try them in using the following commands.
Store the plane normal vectors in an [n x 3] array, where n are the numbers of your bands. These should be unit vectors. The output data will be reported in rotatation_data:
%first we need the phase data
Astro_FP='C:\Users\bbrit\Documents\MATLAB\AstroEBSD';
InputUser.Phase_Folder = [Astro_FP '\phases'];
InputUser.Phase_Input = {'Ferrite'};
%next we need to index the data
[rotatation_data,rotatation_data.banddata]=EBSP_Index(peaks_nhat,Crystal_LUT{Phase_Num},Settings_LUT{Phase_Num}.thresh_trig,Crystal_UCell{Phase_Num},eye(3));