From 58f9ee63f68dbe86ecef84d88b4cbbb166ba4ec5 Mon Sep 17 00:00:00 2001 From: Oleg Petrov Date: Wed, 30 Sep 2015 11:03:32 +0000 Subject: [PATCH] changed some folder --- Scripts/Stimulated_Echo/op_ste_exp.py | 4 ++-- .../op_t2zz_exp.py | 0 .../op_t2zz_res.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename Scripts/{ZZ_Exchange_with_T2_Selection => T2_Filtered_ZZ_Exchange}/op_t2zz_exp.py (100%) rename Scripts/{ZZ_Exchange_with_T2_Selection => T2_Filtered_ZZ_Exchange}/op_t2zz_res.py (100%) diff --git a/Scripts/Stimulated_Echo/op_ste_exp.py b/Scripts/Stimulated_Echo/op_ste_exp.py index 29d7e21..25cc511 100644 --- a/Scripts/Stimulated_Echo/op_ste_exp.py +++ b/Scripts/Stimulated_Echo/op_ste_exp.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- -TXEnableDelay = 2e-6 +TXEnableDelay = 2e-6 # test TXEnableValue = 0b0001 # TTL line enabling RF amplifier (bit 0) TXPulseValue = 0b0010 # TTL line triggering RF pulses (bit 1) ADCSensitivity = 2 # voltage span for ADC @@ -162,4 +162,4 @@ def ste_experiment(pars, run): e.set_description('run', run) # current scan e.set_description('rec_phase', -PH2) # current receiver phase - return e \ No newline at end of file + return e diff --git a/Scripts/ZZ_Exchange_with_T2_Selection/op_t2zz_exp.py b/Scripts/T2_Filtered_ZZ_Exchange/op_t2zz_exp.py similarity index 100% rename from Scripts/ZZ_Exchange_with_T2_Selection/op_t2zz_exp.py rename to Scripts/T2_Filtered_ZZ_Exchange/op_t2zz_exp.py diff --git a/Scripts/ZZ_Exchange_with_T2_Selection/op_t2zz_res.py b/Scripts/T2_Filtered_ZZ_Exchange/op_t2zz_res.py similarity index 100% rename from Scripts/ZZ_Exchange_with_T2_Selection/op_t2zz_res.py rename to Scripts/T2_Filtered_ZZ_Exchange/op_t2zz_res.py