mailr19566 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 21, 2013 - 23:11:
Author: bugman
Date: Sun Apr 21 23:11:28 2013
New Revision: 19566

URL: http://svn.gna.org/viewcvs/relax?rev=19566&view=rev
Log:
Added some more module variables to specific_analyses.relax_disp for the 
experiment types.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19566&r1=19565&r2=19566&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Sun Apr 21 23:11:28 
2013
@@ -39,7 +39,6 @@
 from lib.list import count_unique_elements, unique_elements
 from lib.software.grace import write_xy_data, write_xy_header
 from lib.text.sectioning import subsection
-from lib.list import count_unique_elements, unique_elements
 from pipe_control import pipes
 from pipe_control.mol_res_spin import exists_mol_res_spin_data, return_spin, 
spin_loop
 from pipe_control.result_files import add_result_file
@@ -57,6 +56,8 @@
 # Some module variables.
 FIXED_TIME_EXP = ['cpmg fixed']
 VAR_TIME_EXP = ['cpmg', 'r1rho']
+CPMG_EXP = ['cpmg', 'cpmg fixed']
+R1RHO_EXP = ['r1rho']
 
 
 class Relax_disp(API_base, API_common):




Related Messages


Powered by MHonArc, Updated Sun Apr 21 23:20:02 2013