Is it possible to calculate the number of good/independent observations directly in TOPAS, accounting for partial peak overlap? Something similar to: Altomare1995, David1999, Sivia2000, Wright2004 or VonDreele2006?
Both for angle-dispersive x-ray and tof neutron.
Alternatively, is there a way to output the calculated FWHM, per HKL after a refinement?
Something like (based on Matthew Rowles pdcif):
for strs {
Out_CIF_newfile(ciffile)
phase_out ciffile append
load out_record out_fmt out_eqn {
"\n%4.0f" = H;
" %4.0f" = K;
" %4.0f" = L;
" %V" = phase_id;
" %11.6f" = D_spacing;
" %12.6f" = Iobs_no_scale_pks_err;
" %12.6f" = I_after_scale_pks;
" %12.6f" = fwhm_for_hkl;
}
}