%% Misorientation axes for specific angles 2 to 10 degrees forsterite**************************************************************************close alllower_limit = 2upper_limit = 10% logical conditionselect_angle_range = gb_m_angle_cor >= lower_limit & gb_m_angle_cor < upper_limit;% select anglesselected_angles = gb_m_angle_cor(select_angle_range);% select axes using angle rangeselected_axes = gb_m_axis_cor(select_angle_range);N_axes = length(selected_axes)figure% plots whole upper hemisphereplot(selected_axes,'contourf','upper','antipodal','fundamentalRegion')colorbar% add crystallographic axesannotate([Miller(1,0,0,ebsd('Forsterite').CS,'uvw'),...Miller(0,1,0,ebsd('Forsterite').CS,'uvw'),...Miller(0,0,1,ebsd('Forsterite').CS,'uvw')],...'all','labeled','BackgroundColor','w')% save fileset(gcf,'units','normalized','outerposition',[0.1 0.1 0.5 0.5])view([90 90])export_fig GN1411_For_For_MDF_gb_Misorientation_angle_2_10_degrees
Le 21 sept. 2015 à 14:32, Laszlo Aradi <aradi.la...@gmail.com> a écrit :
Hello everyone,is there a way to quantify the local max. densities on a misorentation axis distribution plot? In my case I'd like to quantify which rot. axis is more dominant in forsterite, because my samples show smooth transition between [001] and [010] as rotational axis for low angle subgrain boundaries (e.g. max at [001]/max at [010]). I can count the isolines manually (btw 'contour' always draws the multiplies of MUD?), but would be more elegant, precise and less time consuming, if I could implement it in my script. My only idea was to draw a 'circle' at 010 and 001 and somehow get the max. intensity within it, but unfortunately i could not make it work.The basic script i'm using is coming from David's workshop. Thank you for your help!cheersLaszlo
%% Misorientation axes for specific angles 2 to 10 degrees forsterite**************************************************************************close alllower_limit = 2upper_limit = 10% logical conditionselect_angle_range = gb_m_angle_cor >= lower_limit & gb_m_angle_cor < upper_limit;% select anglesselected_angles = gb_m_angle_cor(select_angle_range);% select axes using angle rangeselected_axes = gb_m_axis_cor(select_angle_range);N_axes = length(selected_axes)figure% plots whole upper hemisphereplot(selected_axes,'contourf','upper','antipodal','fundamentalRegion')colorbar% add crystallographic axesannotate([Miller(1,0,0,ebsd('Forsterite').CS,'uvw'),...Miller(0,1,0,ebsd('Forsterite').CS,'uvw'),...Miller(0,0,1,ebsd('Forsterite').CS,'uvw')],...'all','labeled','BackgroundColor','w')% save fileset(gcf,'units','normalized','outerposition',[0.1 0.1 0.5 0.5])view([90 90])export_fig GN1411_For_For_MDF_gb_Misorientation_angle_2_10_degrees
--
If you want to reduce the number of emails you get through this forum login to https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
---
You received this message because you are subscribed to the Google Groups "MTEX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtexmail+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/mtexmail.
For more options, visit https://groups.google.com/d/optout.
<GN1411_Dio_Dio_MDF_gb_Misorientation_angle_2_10_degrees.png>