Hi,
I am refining many (200 - 400) user defined parameters, with an example of one prm below:
prm anatase_5015_lor 0.01250`_1.33147_LIMIT_MIN_0 min 0 max 10
While
out_prm_vals_on_convergence provides the refined prms and values, I would like the errors. From browsing the tech ref and forum I have seen solutions such as individually outputting these prms (P. Metz), but this is a bit clunky for me with so many prms.
An attempted workaround was to define the error as an individual parameter:
prm anatase_5015_lor_err = Get_Prm_Error(anatase_5015_lor);: 1.33147`_0.00000
Using the dependents filter as shown below does output the parameters, but the values are all 0.
out_prm_vals_on_convergence "anatase_out.csv"
out_prm_vals_dependents_filter "*anatase"
I can parse the out file line by line based on keywords to extract the errors, but wanted to first check that there is not either a simpler solution using TOPAS syntax or something that I am missing / doing wrong in my out lines.
Thanks,
Adam