mailr20474 - /trunk/docs/latex/intro.tex


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

Header


Content

Posted by edward on July 25, 2013 - 08:28:
Author: bugman
Date: Thu Jul 25 08:28:40 2013
New Revision: 20474

URL: http://svn.gna.org/viewcvs/relax?rev=20474&view=rev
Log:
Some small edits to the intro chapter of the relax user manual.

Modified:
    trunk/docs/latex/intro.tex

Modified: trunk/docs/latex/intro.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/intro.tex?rev=20474&r1=20473&r2=20474&view=diff
==============================================================================
--- trunk/docs/latex/intro.tex (original)
+++ trunk/docs/latex/intro.tex Thu Jul 25 08:28:40 2013
@@ -531,7 +531,7 @@
 \caption[GUI screenshot -- Model-free analysis]{Screenshot of the relax GUI 
interface -- the automated model-free analysis.  The analysis is fully 
automated via a new model-free protocol as described in detail in 
Chapter~\ref{ch: model-free}.  Clicking on the \guibutton{About} button in 
the bottom left hand corner will give a full description of the protocol.  
For using this interface or any of the modern-day model-free protocols, data 
from at least two magnetic field strengths must be without question 
collected.}\label{fig: screenshot: model-free analysis}
 \end{figure}
 
-The GUI is currently and interface to the automatic analyses, providing an 
easy way to perform quick analyses.  The interface consists of a tab for each 
analysis.  By clicking on the \guimenuitemtwo{File}{New analysis} menu entry 
or the \guibutton{New analysis} toolbar button, the analysis wizard will 
appear (see Figure~\ref{fig: screenshot: analysis wizard}).  The following 
analyses can be set up using this wizard:
+The GUI is currently an interface to the automated analyses, providing an 
easy way to perform quick analyses.  The interface consists of a tab for each 
analysis.  By clicking on the \guimenuitemtwo{File}{New analysis} menu entry 
or the \guibutton{New analysis} toolbar button, the analysis wizard will 
appear (see Figure~\ref{fig: screenshot: analysis wizard}).  The following 
analyses can be set up using this wizard:
 
 \begin{description}
 \item[Steady-state NOE:]  this provides access to the steady-state NOE 
calculation with pseudo Monte Carlo simulations for error analysis (this 
falls back to bootstrapping as this is a calculation rather than 
optimisation).  See Figure~\ref{fig: screenshot: NOE analysis} on 
page~\pageref{fig: screenshot: NOE analysis}.
@@ -587,7 +587,7 @@
 
 \subsection{Access to the internals of relax}
 
-To enable advanced Python\index{Python} scripting and control many parts of 
relax have been designed in an object oriented fashion.  If you would like to 
play with internals of the program the entirety of relax is accessible by 
importation.  For example all data is contained within the object called the 
relax data store which, to be able to access it, needs be imported by typing:
+To enable advanced Python\index{Python} scripting and control, many parts of 
relax have been designed in an object oriented fashion.  If you would like to 
play with internals of the program the entirety of relax is accessible by 
importation.  For example all data is contained within the object called the 
relax data store which, to be able to access it, needs be imported by typing:
 
 \begin{lstlisting}[numbers=none]
 relax> from data_store import Relax_data_store; ds = Relax_data_store()




Related Messages


Powered by MHonArc, Updated Thu Jul 25 11:00:02 2013