Dear TOPAS users,
I'm fitting a sychrotron data with a full Voight profile function as suggested here:
https://community.dur.ac.uk/john.evans/topas_workshop/tutorial_synchy2o3.htm,
for instance,
prm pr1 0.00676` min 0
prm pr2 0.00682` min 0
prm pr3 0.00731` min 0
prm pr4 0.00809` min 0
lor_fwhm = pr1 Tan(Th) + pr2/Cos(Th) ;
gauss_fwhm = pr3 Tan(Th) + pr4/Cos(Th) ;
As Wiki tells, FWHM of voightians can be approximated using the expression:
fwhm_voight = 0.5346 fwhm_lor + Sqrt(0.2166 * fwhm_lor ^2 +fwhm_gauss ^2)
Has anybody a clue how to get values in an output file?
Cheers,
Artem