mailr16127 - /1.3/sample_scripts/relax_fit.py


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

Header


Content

Posted by edward on May 09, 2012 - 09:17:
Author: bugman
Date: Wed May  9 09:16:59 2012
New Revision: 16127

URL: http://svn.gna.org/viewcvs/relax?rev=16127&view=rev
Log:
The relax_fit.py sample script deselect.read user function now has all 
columns specified.

This is a partial response to bug #19717 (http://gna.org/bugs/?19717) 
reported by Martin Ballaschk
(http://gna.org/users/mab).


Modified:
    1.3/sample_scripts/relax_fit.py

Modified: 1.3/sample_scripts/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/relax_fit.py?rev=16127&r1=16126&r2=16127&view=diff
==============================================================================
--- 1.3/sample_scripts/relax_fit.py (original)
+++ 1.3/sample_scripts/relax_fit.py Wed May  9 09:16:59 2012
@@ -76,7 +76,7 @@
 spectrum.error_analysis()
 
 # Deselect unresolved spins.
-deselect.read(file='unresolved')
+deselect.read(file='unresolved', mol_name_col=1, res_num_col=2, 
res_name_col=3, spin_num_col=4, spin_name_col=5)
 
 # Set the relaxation curve type.
 relax_fit.select_model('exp')




Related Messages


Powered by MHonArc, Updated Wed May 09 09:40:01 2012