mailr28085 - /trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py


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

Header


Content

Posted by tlinnet on November 22, 2015 - 18:02:
Author: tlinnet
Date: Sun Nov 22 18:02:08 2015
New Revision: 28085

URL: http://svn.gna.org/viewcvs/relax?rev=28085&view=rev
Log:
Changed example script for analysing data.

Modified:
    
trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py

Modified: 
trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py?rev=28085&r1=28084&r2=28085&view=diff
==============================================================================
--- 
trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py  
      (original)
+++ 
trunk/test_suite/shared_data/dispersion/Paul_Schanda_2015_Nov/2_load_data.py  
      Sun Nov 22 18:02:08 2015
@@ -18,9 +18,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
-# relax import
-from pipe_control.mol_res_spin import spin_loop
-
 # Test if running as script or through GUI.
 is_script = False
 if not hasattr(cdp, "pipe_type"):
@@ -32,16 +29,6 @@
 
 # Minimum: Just read the sequence data, but this misses a lot of information.
 sequence.read(file='residues.txt', res_num_col=1)
-
-# Name the spins
-for cur_spin, mol_name, resi, resn, spin_id in spin_loop(full_info=True, 
return_id=True, skip_desel=True):
-    spin.name(name="HN", spin_id=spin_id)
-    # Manually force the model to be R2eff, so plotting can be performed 
later
-    cur_spin.model = "R2eff"
-
-# Name the isotope for field strength scaling.
-spin.isotope(isotope='15N')
-
 
 # Open the settings file
 set_file = open("exp_settings.txt")
@@ -76,16 +63,19 @@
     #relax_disp.relax_time(spectrum_id=spec_id, time=time_sl)
 
 
+# Name the isotope for field strength scaling.
+spin.isotope(isotope='15N')
+relax_disp.select_model(model='R2eff')
+
 # Plot data
 relax_disp.plot_disp_curves(dir='grace', y_axis='r2_eff', x_axis='disp', 
num_points=1000, extend_hz=500.0, extend_ppm=500.0, interpolate='disp', 
force=True)
 
 state.save("temp_state", force=True)
 
-
 # Do it through script
-#if False:
+if False:
 #if True:
-if is_script:
+#if is_script:
     # Deselect spin 51, due to weid data point
     #deselect.spin(spin_id=":51@HN", change_all=False)
 




Related Messages


Powered by MHonArc, Updated Sun Nov 22 18:20:05 2015