mailr15298 - /branches/frame_order_testing/maths_fns/frame_order.py


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

Header


Content

Posted by edward on February 03, 2012 - 12:22:
Author: bugman
Date: Fri Feb  3 12:22:00 2012
New Revision: 15298

URL: http://svn.gna.org/viewcvs/relax?rev=15298&view=rev
Log:
The phi angle sampling in the iso cone frame order models has been 
reintroduced.


Modified:
    branches/frame_order_testing/maths_fns/frame_order.py

Modified: branches/frame_order_testing/maths_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/frame_order.py?rev=15298&r1=15297&r2=15298&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order.py (original)
+++ branches/frame_order_testing/maths_fns/frame_order.py Fri Feb  3 12:22:00 
2012
@@ -282,13 +282,13 @@
                 self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'phi', 'sigma'])
                 self.func = self.func_pseudo_ellipse_free_rotor_qrint
             elif model == 'iso cone':
-                self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'sigma'])
+                self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'phi', 'sigma'])
                 self.func = self.func_iso_cone_qrint
             elif model == 'iso cone, torsionless':
-                self.create_sobol_data(n=self.num_int_pts, dims=['theta'])
+                self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'phi'])
                 self.func = self.func_iso_cone_torsionless_qrint
             elif model == 'iso cone, free rotor':
-                self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'sigma'])
+                self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'phi', 'sigma'])
                 self.func = self.func_iso_cone_free_rotor_qrint
             elif model == 'line':
                 self.create_sobol_data(n=self.num_int_pts, dims=['theta', 
'sigma'])




Related Messages


Powered by MHonArc, Updated Fri Feb 03 12:40:01 2012