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

From relax wiki
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
+
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

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