mailr19943 - /branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py


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

Header


Content

Posted by edward on June 07, 2013 - 13:48:
Author: bugman
Date: Fri Jun  7 13:48:19 2013
New Revision: 19943

URL: http://svn.gna.org/viewcvs/relax?rev=19943&view=rev
Log:
The isotope type is now set in the relax script for optimising Flemming 
Hansen's CPMG data.


Modified:
    branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py

Modified: 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py?rev=19943&r1=19942&r2=19943&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py 
(original)
+++ 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py 
Fri Jun  7 13:48:19 2013
@@ -39,8 +39,9 @@
 # Load the sequence.
 sequence.read('fake_sequence.in', dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'Hansen', 
res_num_col=1, res_name_col=2)
 
-# Name the spins so they can be matched to the assignments.
+# Name the spins so they can be matched to the assignments, and the isotope 
for field strength scaling.
 spin.name(name='N')
+spin.isotope(isotope='15N')
 
 # Set the relaxation dispersion experiment type.
 relax_disp.exp_type('cpmg fixed')




Related Messages


Powered by MHonArc, Updated Fri Jun 07 14:00:02 2013