Difference between revisions of "Matplotlib disp spin.out"

From relax wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== About ==
 
== About ==
  
 +
== Input file ==
 +
Could look like this
 +
<source lang="text">
 +
# Experiment_name    Field_strength_(MHz) Tilt_angle_(rad)    R2eff_(measured)    R2eff_(back_calc)    R2eff_errors       
 +
'R1rho'                    799.777399100            -1.530741    9.699126098118711    9.585976725687559    0.027663458874525
 +
'R1rho'                    799.777399100            -1.544277    9.678896177797514    9.526265376687768    0.064301737965685
 +
...
 +
</source>
 
== Code ==
 
== Code ==
 
<source lang="python">
 
<source lang="python">

Revision as of 13:35, 13 March 2014

About

Input file

Could look like this

# Experiment_name    Field_strength_(MHz) Tilt_angle_(rad)     R2eff_(measured)     R2eff_(back_calc)    R2eff_errors        
'R1rho'                     799.777399100            -1.530741    9.699126098118711    9.585976725687559    0.027663458874525
'R1rho'                     799.777399100            -1.544277    9.678896177797514    9.526265376687768    0.064301737965685
...

Code

print "helleo"

To run

python -i matplotlib.py disp_13_N.out
python -i matplotlib.py disp_theta_13_N.out

See also