mailr16519 - /branches/uf_redesign/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on May 29, 2012 - 17:37:
Author: bugman
Date: Tue May 29 17:37:15 2012
New Revision: 16519

URL: http://svn.gna.org/viewcvs/relax?rev=16519&view=rev
Log:
Added minimisation parameters to the N-state model specific analysis 
parameter list.


Modified:
    branches/uf_redesign/specific_fns/n_state_model.py

Modified: branches/uf_redesign/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/specific_fns/n_state_model.py?rev=16519&r1=16518&r2=16519&view=diff
==============================================================================
--- branches/uf_redesign/specific_fns/n_state_model.py (original)
+++ branches/uf_redesign/specific_fns/n_state_model.py Tue May 29 17:37:15 
2012
@@ -76,6 +76,9 @@
         self.PARAMS.add('csa', scope='spin', units='ppm', desc='CSA value', 
py_type=float, grace_string='\\qCSA\\Q')
         self.PARAMS.add('heteronuc_type', scope='spin', default='15N', 
desc='The heteronucleus type', py_type=str)
         self.PARAMS.add('proton_type', scope='spin', default='1H', desc='The 
proton type', py_type=str)
+
+        # Add the minimisation data.
+        self.PARAMS.add_min_data(min_stats_global=False, min_stats_spin=True)
 
 
     def _assemble_param_vector(self, sim_index=None):




Related Messages


Powered by MHonArc, Updated Tue May 29 18:00:04 2012