mailAdding value.write of theta/w_eff to auto-analysis of relax_didp for R1rho experiments.


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Troels Emtekær Linnet on March 12, 2014 - 13:44:
Hi Edward.

I would like to add the custom to write out:
value.write(param='theta', file='theta.out')
value.write(param='w_eff', file='w_eff.out')

For those models who are in the list
MODEL_LIST_R1RHO_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_M61, MODEL_M61B, MODEL_DPL94, MODEL_TP02, MODEL_TAP03, MODEL_MP05, MODEL_NS_R1RHO_2SITE, MODEL_NS_R1RHO_3SITE, MODEL_NS_R1RHO_3SITE_LINEAR]
"""The list of the R2eff model together with all dispersion models specifically for R1rho-type experiments."""

In the relax_disp auto-analysis, in write_results()

I was thinking to add:

        # The theta/w_eff parameter.
        if model in MODEL_LIST_R1RHO_FULL:
            self.interpreter.value.write(param='theta', file='theta.out', dir=path, force=True)
            self.interpreter.value.write(param='w_eff', file='w_eff.out', dir=path, force=True)

Do you support this?

Best
Troels



Troels Emtekær Linnet

Related Messages


Powered by MHonArc, Updated Wed Mar 12 18:00:14 2014