Jump to content

Specific Process Knowledge/Characterization/XRD/Process Info/Pole Figure script: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 July 2025

  • curprev 12:5512:55, 28 July 2025 Eves talk contribs 3,696 bytes +3,696 Created page with "<i> Unless otherwise stated, this page is written by <b>DTU Nanolab internal</b></i> function PoleFigureAngles(varargin) hs=varargin{1}; qs=varargin{2}; rotation=0; if length(varargin)>2 filename=varargin{3}; if length(varargin)==4 rotation=varargin{4}; end end if size(hs,1)==size(qs,1) for j=1:size(hs,1) % for each plane and substrate pair calculate the alpha and beta angles h=hs(j,:..."