mailr21597 - /branches/relax_disp/target_functions/relax_disp.py


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

Header


Content

Posted by edward on November 22, 2013 - 11:13:
Author: bugman
Date: Fri Nov 22 11:13:15 2013
New Revision: 21597

URL: http://svn.gna.org/viewcvs/relax?rev=21597&view=rev
Log:
Changed the sign of the delta_omega frequency for the ZQ data in the 'CR72' 
and 'MQ CR72' models.


Modified:
    branches/relax_disp/target_functions/relax_disp.py

Modified: branches/relax_disp/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/target_functions/relax_disp.py?rev=21597&r1=21596&r2=21597&view=diff
==============================================================================
--- branches/relax_disp/target_functions/relax_disp.py (original)
+++ branches/relax_disp/target_functions/relax_disp.py Fri Nov 22 11:13:15 
2013
@@ -957,9 +957,9 @@
                     elif self.exp_types[exp_index] == 
EXP_TYPE_CPMG_PROTON_SQ:
                         aliased_dw = dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_DQ:
-                        aliased_dw = dwH_frq + dw_frq
+                        aliased_dw = dw_frq + dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_ZQ:
-                        aliased_dw = dwH_frq - dw_frq
+                        aliased_dw = dw_frq - dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_MQ:
                         aliased_dw = dw_frq
                         aliased_dwH = dwH_frq
@@ -1030,9 +1030,9 @@
                     elif self.exp_types[exp_index] == 
EXP_TYPE_CPMG_PROTON_SQ:
                         aliased_dw = dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_DQ:
-                        aliased_dw = dwH_frq + dw_frq
+                        aliased_dw = dw_frq + dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_ZQ:
-                        aliased_dw = dwH_frq - dw_frq
+                        aliased_dw = dw_frq - dwH_frq
                     elif self.exp_types[exp_index] == EXP_TYPE_CPMG_MQ:
                         aliased_dw = dw_frq
                         aliased_dwH = dwH_frq




Related Messages


Powered by MHonArc, Updated Fri Nov 22 11:40:02 2013