Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Mar 1, 2024
1 parent 23dd6d9 commit dd12288
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
Binary file modified images/PoleFigure2ODFAmbiguity_23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PoleFigure2ODFAmbiguity_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PoleFigure2ODFAmbiguity_25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PoleFigure2ODFAmbiguity_26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PoleFigure2ODFAmbiguity_27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PoleFigure2ODFAmbiguity_28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions pages/documentation_matlab/PoleFigure2ODFAmbiguity.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@

% plot them
plot(pf,'MarkerSize',5)
mtexColorMap LaboTeX
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_23.png" %}
Expand Down Expand Up @@ -438,37 +437,36 @@
<p>For both reconstruction recalculated pole figures look the same as the initial pole figures</p>
{% highlight matlab %}
figure(1)
plotPDF(rec,pf.h,'antipodal')
mtexColorMap LaboTeX
plotPDF(rec,pf.h,'antipodal','complete','upper')
mtexColorMap parula
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_24.png" %}
</center>
{% highlight matlab %}
figure(2)
plotPDF(rec2,pf.h,'antipodal')
mtexColorMap LaboTeX
plotPDF(rec2,pf.h,'antipodal','complete','upper')
mtexColorMap parula
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_25.png" %}
</center><p>However if we look at the ODF we see big differences. The so-called ghosts.</p>
{% highlight matlab %}
close all
figure(1)
plot(rec,'gray','contourf')
mtexColorMap white2black
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_26.png" %}
</center><center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_27.png" %}
</center>
{% highlight matlab %}
figure(2)
plot(rec2,'gray','contourf')
mtexColorMap white2black
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_28.png" %}
{% include inline_image.html file="PoleFigure2ODFAmbiguity_27.png" %}
</center><p>Again we can see the source of the problem in the harmonic coefficients.</p>
{% highlight matlab %}
close all;
Expand All @@ -489,5 +487,5 @@
hold off
{% endhighlight %}
<center>
{% include inline_image.html file="PoleFigure2ODFAmbiguity_29.png" %}
{% include inline_image.html file="PoleFigure2ODFAmbiguity_28.png" %}
</center></div></body></html>

0 comments on commit dd12288

Please sign in to comment.