mailr24869 - /branches/r1rho_plotting/user_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on July 31, 2014 - 11:53:
Author: tlinnet
Date: Thu Jul 31 11:53:46 2014
New Revision: 24869

URL: http://svn.gna.org/viewcvs/relax?rev=24869&view=rev
Log:
Fix for desc_short, in user function relax_disp.plot_disp_curves.

The text "The " is preformed in the formatting.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho 
analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through 
spin-lock offset [Omega], rather than spin-lock field strength [w1].

Modified:
    branches/r1rho_plotting/user_functions/relax_disp.py

Modified: branches/r1rho_plotting/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/user_functions/relax_disp.py?rev=24869&r1=24868&r2=24869&view=diff
==============================================================================
--- branches/r1rho_plotting/user_functions/relax_disp.py        (original)
+++ branches/r1rho_plotting/user_functions/relax_disp.py        Thu Jul 31 
11:53:46 2014
@@ -476,7 +476,7 @@
     name = "y_axis",
     default = Y_AXIS_R2_EFF,
     py_type = "str",
-    desc_short = "Select which data on Y axis to plot for",
+    desc_short = "Y axis data type",
     desc = "Option can be either '%s' which plot 'r2eff' for CPMG 
experiments or 'r1rho' for R1rho experiments or option can be '%s', which for 
R1rho experiments plot R2."%(Y_AXIS_R2_EFF, Y_AXIS_R2_R1RHO),
     wiz_element_type = 'combo',
     wiz_combo_choices = [
@@ -490,7 +490,7 @@
     name = "x_axis",
     default = X_AXIS_DISP,
     py_type = "str",
-    desc_short = "Select which data on X axis to plot for",
+    desc_short = "X axis data type",
     desc = "Option can be either '%s' which plot 'CPMG frequency (Hz)' for 
CPMG experiments or 'Spin-lock field strength (Hz)' for R1rho experiments or 
option can be either '%s' or '%s' for R1rho experiments, which plot 
'Effective field in rotating frame (rad/s)' or 'Rotating frame tilt angle 
theta (rad)'"%(X_AXIS_DISP, X_AXIS_W_EFF, X_AXIS_THETA),
     wiz_element_type = 'combo',
     wiz_combo_choices = [
@@ -531,7 +531,7 @@
     name = "interpolate",
     default = INTERPOLATE_DISP,
     py_type = "str",
-    desc_short = "How to interpolate the fitted curves",
+    desc_short = "option to interpolate the fitted curves",
     desc = "Either by option '%s' which interpolate CPMG frequency or 
spin-lock field strength, or by option '%s' which interpole over spin-lock 
offset."%(INTERPOLATE_DISP, INTERPOLATE_OFFSET),
     wiz_element_type = 'combo',
     wiz_combo_choices = [




Related Messages


Powered by MHonArc, Updated Fri Aug 01 00:00:03 2014