From be3ce5972fd861444fb4eaeca2e80906229288dc Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 28 Apr 2016 18:55:38 +0200 Subject: [PATCH] Script execution --- script/hyst_Er.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/script/hyst_Er.py b/script/hyst_Er.py index 63ce112..f448897 100644 --- a/script/hyst_Er.py +++ b/script/hyst_Er.py @@ -17,6 +17,22 @@ set_file('Er_hyst_minus') hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + set_pol_cplus(offset = -8)