Hi Olof
The TechRef says that exp_conv_const can be a function of "H, K, L M, Xo, Th and D_spacing". AFAIK, convolutions are always centred on the peak to which they belong, so I think the 2θ-2θ_hkl may be redundant.
By looking at eqn 12 in the reference and comparing to the same equation in topas.inc, I think it may be as simple as
prm e_hkl 0.001 min = 0.001;
exp_conv_const = Ln(0.001) e_hkl;
You might want to stick a negative sign in there. Maybe.
See how that goes.
Matthew