Usage: [python] lu_plot_rs_vs_rs.py ratios1_sortav.hkl ratios2_sortav.hkl [> file.dat]
Input - two .hkl files produced by SORTAV merging procedure
Output - file suitable for statistical analysis or correlation plot visualization, of a following format:
h k l R1 sigma(R1) R2 sigma(R2)
0 -11 -6 0.99400 0.02700 0.95900 0.05800
After successful execution, a command for a simple visualization of the correlation plot is issued in console:
plot 'q.dat' u 4:6:5:7 notitle w xyerrorbars , x notitle, 'q.dat' u 4:6 notitle w p pt 7 ps 1
}}}