mailr21711 - /trunk/sample_scripts/relax_disp/cpmg_analysis.py


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

Header


Content

Posted by edward on November 29, 2013 - 11:23:
Author: bugman
Date: Fri Nov 29 11:23:11 2013
New Revision: 21711

URL: http://svn.gna.org/viewcvs/relax?rev=21711&view=rev
Log:
The os.sep variable is now used by the cpmg_analysis.py dispersion sample 
script.


Modified:
    trunk/sample_scripts/relax_disp/cpmg_analysis.py

Modified: trunk/sample_scripts/relax_disp/cpmg_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sample_scripts/relax_disp/cpmg_analysis.py?rev=21711&r1=21710&r2=21711&view=diff
==============================================================================
--- trunk/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ trunk/sample_scripts/relax_disp/cpmg_analysis.py Fri Nov 29 11:23:11 2013
@@ -65,7 +65,7 @@
 #######################
 
 # The path to the data files.
-DATA_PATH = '../../test_suite/shared_data/dispersion/Hansen/'
+DATA_PATH = '../../test_suite/shared_data/dispersion/Hansen'
 
 # Create the data pipe.
 pipe_name = 'base pipe'
@@ -151,8 +151,8 @@
 spectrum.error_analysis(subset=['800_reference.in', '800_66.667.in', 
'800_133.33.in', '800_133.33.in.bis', '800_200.in', '800_266.67.in', 
'800_333.33.in', '800_400.in', '800_466.67.in', '800_533.33.in', 
'800_533.33.in.bis', '800_600.in', '800_666.67.in', '800_733.33.in', 
'800_800.in', '800_866.67.in', '800_933.33.in', '800_933.33.in.bis', 
'800_1000.in'])
 
 # Deselect unresolved spins.
-deselect.read(file='unresolved', dir=DATA_PATH+'500_MHz', res_num_col=1)
-deselect.read(file='unresolved', dir=DATA_PATH+'800_MHz', res_num_col=1)
+deselect.read(file='unresolved', dir=DATA_PATH+sep+'500_MHz', res_num_col=1)
+deselect.read(file='unresolved', dir=DATA_PATH+sep+'800_MHz', res_num_col=1)
 
 
 




Related Messages


Powered by MHonArc, Updated Fri Nov 29 11:40:02 2013