Author: tlinnet
Date: Wed Mar  5 18:54:33 2014
New Revision: 22411

URL: http://svn.gna.org/viewcvs/relax?rev=22411&view=rev
Log:
Added parameter "theta" do description tables.

Regarding sr #3124, (https://gna.org/support/index.php?3124) - Grace graphs 
production for R1rho analysis with R2_eff as function of Omega_eff.

Modified:
    trunk/specific_analyses/relax_disp/api.py

Modified: trunk/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/api.py?rev=22411&r1=22410&r2=22411&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py   (original)
+++ trunk/specific_analyses/relax_disp/api.py   Wed Mar  5 18:54:33 2014
@@ -837,6 +837,7 @@
     _table.add_row(["Exchange rate between sites A and B (rad/s)", "'kB'", 
"10000.0"])
     _table.add_row(["Exchange rate between sites A and C (rad/s)", "'kC'", 
"10000.0"])
     _table.add_row(["Time of exchange (s/rad)", "'tex'", "1.0/10000.0"])
+    _table.add_row(["Rotating frame tilt angle", "'theta'", "0.0"])
     _table.add_row(["Exchange rate from state A to state B (rad/s)", "'k_AB'", 
"10000.0"])
     _table.add_row(["Exchange rate from state B to state A (rad/s)", "'k_BA'", 
"10000.0"])
     default_value_doc.add_table(_table.label)
@@ -1354,6 +1355,7 @@
     _table.add_row(["Exchange rate from state A to state B (rad/s)", "'k_AB'"])
     _table.add_row(["Exchange rate from state B to state A (rad/s)", "'k_BA'"])
     _table.add_row(["Time of exchange (s/rad)", "'tex'"])
+    _table.add_row(["Rotating frame tilt angle", "'theta'"])
     _table.add_row(["Peak intensities (series)", "'intensities'"])
     _table.add_row(["CPMG pulse train frequency (series, Hz)", "'cpmg_frqs'"])
     return_data_name_doc.add_table(_table.label)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to