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')


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to