Skip to content

XRD data #2299

Answered by kilir
NovakEvana asked this question in Ask Anything
Jan 22, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,
wrt 1) how about

   odf = loadODF_generic('yourfilename','cs',crystalSymmetry('622'), ...
       'header',4,'ColumnNames',{'Euler 1' 'Euler 2' 'Euler 3' 'weight'},...
       'Columns',[1,2,3,4])

wrt 2) you mean converting hkl into hkil?

cs = crystalSymmetry('622')
h = Miller(1,1,1,cs);
h.dispStyle='hkl'
h.dispStyle='hkil'

Hope this helps.
Cheers,
Rüdiger

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NovakEvana
Comment options

Answer selected by NovakEvana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants