mailr20606 - /branches/peak_intensities/user_functions/spectrum.py


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

Header


Content

Posted by edward on August 16, 2013 - 18:42:
Author: bugman
Date: Fri Aug 16 18:42:46 2013
New Revision: 20606

URL: http://svn.gna.org/viewcvs/relax?rev=20606&view=rev
Log:
Changed the spectrum.read_intensities dim argument default to w2 and improved 
the long description.


Modified:
    branches/peak_intensities/user_functions/spectrum.py

Modified: branches/peak_intensities/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/peak_intensities/user_functions/spectrum.py?rev=20606&r1=20605&r2=20606&view=diff
==============================================================================
--- branches/peak_intensities/user_functions/spectrum.py (original)
+++ branches/peak_intensities/user_functions/spectrum.py Fri Aug 16 18:42:46 
2013
@@ -239,11 +239,11 @@
 )
 uf.add_keyarg(
     name = "dim",
-    default = 1,
+    default = 2,
     py_type = "int",
     min = 1,
     desc_short = "spectral dimension to read",
-    desc = "Associate the data with the spins of any dimension in the peak 
list."
+    desc = "Associate the data with the spins of any dimension in the peak 
list.  This defaults to w2, the heteronucleus in HSQC type experiments."
 )
 uf.add_keyarg(
     name = "int_method",




Related Messages


Powered by MHonArc, Updated Fri Aug 16 19:00:01 2013