Difference between revisions of "Tutorial for the relaxation dispersion auto-analysis in the GUI"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Where the test data is in: | 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. | It is written up here as a script instead. This goes a little faster testing. | ||
Line 15: | Line 15: | ||
gedit test.py | gedit test.py | ||
</source> | </source> | ||
− | |||
== See also == | == See also == | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:Relaxation dispersion analysis]] | [[Category:Relaxation dispersion analysis]] |
Revision as of 11:00, 18 November 2014
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_dispersion_auto_analysis_in_the_GUI.html
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