Difference between revisions of "Tutorial for the relaxation dispersion auto-analysis in the GUI"

From relax wiki
Jump to navigation Jump to search
(Created page with "== Tutorial == This follows the setup for test data in the Manual * The relaxation dispersion auto-analysis in the GUI * http://www.nmr-relax.com/manual/The_relaxation_dispers...")
 
Line 14: Line 14:
 
cd $HOME/test
 
cd $HOME/test
 
gedit test.py
 
gedit test.py
</source lang="bash">
+
</source>
 +
 
 +
 
 +
== See also ==
 +
[[Category:Tutorials]]
 +
[[Category:Relaxation dispersion analysis]]

Revision as of 10:59, 18 November 2014

Tutorial

This follows the setup for test data in the Manual

Where the test data is in:

  • test_suite/shared_data/dispersion/Hansen

It is written up here as a script instead. This goes a little faster testing.

In terminal

mkdir -p $HOME/test
cd $HOME/test
gedit test.py


See also