Skip to content

Commit e81dd29

Browse files
authored
Merge pull request #211 from rowlesmr/examples-PD_PROC_LS
2 parents d59ec1b + bb3bf86 commit e81dd29

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

cif_pow.dic

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10538,7 +10538,7 @@ save_PD_PROC_LS
1053810538
_definition.id PD_PROC_LS
1053910539
_definition.scope Category
1054010540
_definition.class Set
10541-
_definition.update 2014-06-20
10541+
_definition.update 2025-06-19
1054210542
_description.text
1054310543
;
1054410544
This section is used to define parameters relevant to a
@@ -10557,6 +10557,70 @@ save_PD_PROC_LS
1055710557
_name.object_id PD_PROC_LS
1055810558
_category_key.name '_pd_proc_ls.diffractogram_id'
1055910559

10560+
loop_
10561+
_description_example.case
10562+
_description_example.detail
10563+
;
10564+
_pd_diffractogram.id PATTERN_42
10565+
10566+
_pd_proc_ls.peak_cutoff 0.0001
10567+
_pd_proc_ls.prof_wr_expected 0.12324
10568+
_pd_proc_ls.prof_wr_factor 0.15432
10569+
_pd_proc_ls.profile_function 'Fundamental parameters'
10570+
;
10571+
;
10572+
The PD_PROC_LS information applies to the diffractogram with the id of
10573+
PATTERN_42. The peak intensities are calculated out to a point where
10574+
the intensity is 0.0001 times the intensity at the peak maximum, or
10575+
0.01%. The value of R~exp~ is 12.324% and R~wp~ is 15.432%. The peak
10576+
profiles were calculated using fundamental parameters
10577+
;
10578+
;
10579+
_pd_proc_ls.diffractogram_id cae4f697-ae84-4e3f-a0c1-4569d60b6191
10580+
_pd_proc_ls.peak_cutoff 0.005
10581+
_pd_proc_ls.prof_wr_expected 0.0273
10582+
_pd_proc_ls.prof_wr_factor 0.0569
10583+
_pd_proc_ls.profile_function
10584+
;
10585+
The profiles were calculated using the modified Thompson-Cox-Hastings
10586+
formulation, where:
10587+
10588+
tch_L = X * tan(\q)) + (Y / cos(\q)
10589+
tch_G = (U * tan(\q)^2^ + V * tan(\q) + W + Z / cos(\q)^2^)^1/2^
10590+
tch_P = ( tch_G^5^ +
10591+
2.69269 * tch_G^4^ * tch_L +
10592+
2.42843 * tch_G^3^ * tch_L^2^ +
10593+
4.47163 * tch_G^2^ * tch_L^3^ +
10594+
0.07842 * tch_G * tch_L^4^ +
10595+
tch_L^5^ )^1/5^
10596+
tch_Q = tch_L / tch_P
10597+
eta = 1.36603 * tch_Q - 0.47719 * tch_Q^2^ + 0.1116 * tch_Q^3^
10598+
10599+
The full-width half-maximum of the Lorentzian and Gaussian peaks are
10600+
given by tch_L and tch_G, respectively.
10601+
10602+
The mixing parameter between the amount of Lorentzian and Gaussian is
10603+
given by eta.
10604+
10605+
U, W, Y, and Z were fixed at zero.
10606+
10607+
The refined values of V and X were 0.059(2)\% and 0.037(1)\%,
10608+
respectively.
10609+
10610+
For further details, see J. Appl. Cryst. (1987). 20, 79-83
10611+
https://doi.org/10.1107/S0021889887087090
10612+
;
10613+
;
10614+
;
10615+
The PD_PROC_LS information applies to the diffractogram identified
10616+
by the UUID given in _pd_proc_ls.diffractogram_id. The peak
10617+
intensities are calculated out to a point where the intensity is
10618+
0.005 times the intensity at the peak maximum, or 0.5%. The value
10619+
of R~exp~ is 2.73% and R~wp~ is 5.69%. The peak profiles were
10620+
calculated using the modified Thompson-Cox-Hasting algorithm, as
10621+
described, with final refined parameter values given.
10622+
;
10623+
1056010624
save_
1056110625

1056210626
save_pd_proc_ls.background_function
@@ -12944,5 +13008,5 @@ save_
1294413008
disparate loop; they cannot be assigned values independently.
1294513009

1294613010
Added examples to PD_CALC_OVERALL, PD_CALIB_INCIDENT_INTENSITY, PD_CHAR,
12947-
_pd_diffractogram.id, PD_PHASE_MASS.
13011+
_pd_diffractogram.id, PD_PHASE_MASS, PD_PROC_LS.
1294813012
;

0 commit comments

Comments
 (0)