Commit 7e5f4156 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

update to macro - saving "jump" figure

parent d0e6baea
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
macro

!goto :plot

clear all

! ==== set binning
@@ -31,15 +33,18 @@ histo
set r.postcoll_qcat 0.000/A
collect to    testc_0p000.dat
cp sqtmap.pdf testc_0p000_map.pdf

histo

! consolidate_colldata same dq as binning dq/2
set r.postcoll_qcat 0.010/A
collect to    testc_0p010.dat
cp sqtmap.pdf testc_0p010_map.pdf

histo

!
:plot
plot_dtrfile.py --index 8 9 --title 'MK DATA dq=0, dq=0.01 $\AA$' -s 'jump-data.pdf' --no-show testc_0p000.dat testc_0p010.dat


quit