CellRefの使い方
概要
CellRefは格子定数を精密化するプログラムです。粉末X線回折パターンからの回折ピークの2θ値を求め、それらピークの(hkl)の指数を入力して格子定数を求める。
1 使い方
2 inputファイルの形式
---------------------------------------------------------------
# Format of input file for CellRef
Triclinic # Title within 80 characters
2 # correction code: 1 - by manual, 2 - no correction, 3 - zero shift,
# 4 - sample displacement, 5 - both 3 and 4
1.5405981 145.531 # wavelength of radiation, radius of goniometer
1 # crystal system :
# 1 - triclini, 2 -monoclini, 3 - orthorhombic,
# 4 - hexagomal, 5 - rhombohedral, 6 - tetragonal,
# 6 - cubic
15.93639 8.78978 7.08399 85.922 95.729 92.477 # cell : a, b, c,
# alpha, beta, gamma
20 # number of data point
1 0 0 5.580 1.0 # list of reflections: h k l 2theta weight
0 1 0 10.100 1.0
2 0 0 11.180 1.0
1 -1 0 11.360 1.0
1 1 0 11.700 1.0
0 0 1 12.580 1.0
1 0 -1 13.260 1.0
1 0 1 14.260 1.0
2 1 0 15.340 1.0
1 -1 -1 16.020 1.0
3 0 0 16.760 1.0
2 0 1 17.640 1.0
1 -1 1 17.860 1.0
2 -1 -1 18.260 1.0
2 1 -1 19.620 1.0
3 1 0 19.920 1.0
2 1 1 20.120 1.0
2 -1 1 20.580 1.0
1 -2 0 20.820 1.0
1 2 0 21.220 1.0
6 # number of internal Si reflections (option)
28.423
47.283
56.117
69.121
76.377
88.021
---------------------------------------------------------------
#以降はコメント文で読み込まれない。
内部補正のシリコンのピークは必ず低角度側から順番に記述すること。個数は任意。
3.outputファイル中のList of d-spacingsの見方
---------------------------------------------------------------
h k l 2thorg 2thobs 2thcor 2thcal del2th dobs dcal d-dif weight
1 0 0 5.5800 5.5800 5.5800 5.5714 0.0086 15.82521 15.84969 -0.02448 1.00000
0 1 0 10.1000 10.1000 10.1000 10.0865 0.0135 8.75091 8.76260 -0.01169 1.00000
2 0 0 11.1800 11.1800 11.1800 11.1560 0.0240 7.90787 7.92484 -0.01698 1.00000
1 -1 0 11.3600 11.3600 11.3600 11.3506 0.0094 7.78297 7.78936 -0.00639 1.00000
--------
--------
---------------------------------------------------------------2thorg :実測した2θの生データ
2thobs:シリコンで内部標準補正をしたときの2θの値(補正なしの場合、2thorgと同じ)
2thcor:ゼロ点補正か試料変位補正をしたときの2θの値(補正なしの場合、2thorgと同じ)
2thcal :格子定数を精密化したときの2θの計算値
del2th:(2thorg-2thcal)の値
dobs:2thorgから計算したd値
dcal:2thcorから計算したd値
d-dif:(dobs-2dcal)の値
weight:重み係数