mailr20683 - /trunk/docs/latex/curvefit.tex


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

Header


Content

Posted by edward on August 26, 2013 - 10:47:
Author: bugman
Date: Mon Aug 26 10:47:08 2013
New Revision: 20683

URL: http://svn.gna.org/viewcvs/relax?rev=20683&view=rev
Log:
Improvements for the description of the NMRPipe processing script in the 
R1/R2 chapter of the user manual.


Modified:
    trunk/docs/latex/curvefit.tex

Modified: trunk/docs/latex/curvefit.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/curvefit.tex?rev=20683&r1=20682&r2=20683&view=diff
==============================================================================
--- trunk/docs/latex/curvefit.tex (original)
+++ trunk/docs/latex/curvefit.tex Mon Aug 26 10:47:08 2013
@@ -84,7 +84,6 @@
 
 
 Here is an example NMRPipe script designed for optimal relaxation rate 
extraction:
-
 \begin{lstlisting}[language=csh]
 #!/bin/csh
 
@@ -112,9 +111,13 @@
 | nmrPipe -out ft/$FILEROOT.dat -ov
 \end{lstlisting}
 
-The script is run by suppling the FILEROOT value as a command line option.
+The script is run by suppling the FILEROOT value as a command line option so 
if the script is called \file{nmrpipe.sh} and the \file{var2pipe} or 
\file{bruk2pipe} processed file \file{R1\_ncyc4.fid} is in the 
\directory{fid} directory, you would run:
+\begin{lstlisting}[language=bash,numbers=none]
+$ ./nmrpipe.sh R1_ncyc4
+\end{lstlisting}
+
+The \dir{ft} directory must exist for this script to execute.
 Different experiment specific options may be needed such as:
-
 \begin{lstlisting}[language=csh,numbers=none]
 | nmrPipe -fn REV \
 | nmrPipe -fn FT -neg \




Related Messages


Powered by MHonArc, Updated Mon Aug 26 11:20:01 2013