mailr27005 - /branches/nmrglue/user_functions/spectrum.py


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

Header


Content

Posted by tlinnet on December 07, 2014 - 23:43:
Author: tlinnet
Date: Sun Dec  7 23:43:02 2014
New Revision: 27005

URL: http://svn.gna.org/viewcvs/relax?rev=27005&view=rev
Log:
Fix for the user function spectrum.nmrglue_read, where the keyword has 
changed from spectrum_id to nmrglue_id.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/user_functions/spectrum.py

Modified: branches/nmrglue/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/user_functions/spectrum.py?rev=27005&r1=27004&r2=27005&view=diff
==============================================================================
--- branches/nmrglue/user_functions/spectrum.py (original)
+++ branches/nmrglue/user_functions/spectrum.py Sun Dec  7 23:43:02 2014
@@ -257,10 +257,10 @@
     can_be_none = True
 )
 uf.add_keyarg(
-    name = "spectrum_id",
+    name = "nmrglue_id",
     py_type = "str_or_str_list",
-    desc_short = "spectrum ID string",
-    desc = "The unique spectrum ID string or list of strings to associate 
with the peak intensity values.  If multiple files are given, then each file 
should have a corresponding spectrum ID string.  If 'auto' is provided for a 
NMRPipe seriesTab formatted file, the IDs are auto generated in form of 
Z_A{i}."
+    desc_short = "nmrglue ID string",
+    desc = "The unique nmrglue ID string or list of strings to associate 
with the data values.  If multiple files are given, then each file should 
have a corresponding mnrglue ID string."
 )
 # Description.
 uf.desc.append(Desc_container())




Related Messages


Powered by MHonArc, Updated Mon Dec 08 00:00:02 2014