From 28eca5faba298af8bd5128c0846f1bd1139a202e Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Mon, 30 Jun 2014 09:54:01 +0000
Subject: [PATCH] keep EQI as default since EQH takes more time to be there

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@4476 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/AUG/run_torbeam_fullshot.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crpptbx/AUG/run_torbeam_fullshot.m b/crpptbx/AUG/run_torbeam_fullshot.m
index 441d012a..52ea9891 100644
--- a/crpptbx/AUG/run_torbeam_fullshot.m
+++ b/crpptbx/AUG/run_torbeam_fullshot.m
@@ -88,7 +88,8 @@ if shot>0
 	disp(['running system ' num2str(igyro) '...']);
 	for j=1:length(itt_tok)
 	  if pgyro_tok(j)>1e5
-	      [a,b]=unix(['~rem/public/tbm_demo/tbmdemo -batch -silent -shot ' num2str(shot) ' -time ' num2str(time_array(itt_tok(j))) ' -system ' num2str(igyro) ' -ntm ' dousedcr ' ' dousebetapol ' -eqdiag EQH  -usemirror -cdrive 1 >> ' ['.' filename]]); % -exp AUGE
+	    % keyboard
+	    [a,b]=unix(['~rem/public/tbm_demo/tbmdemo -batch -silent -shot ' num2str(shot) ' -time ' num2str(time_array(itt_tok(j))) ' -system ' num2str(igyro) ' -ntm ' dousedcr ' ' dousebetapol ' -eqdiag EQI  -usemirror -cdrive 1 >> ' ['.' filename]]); % -exp AUGE
 	  end
 	end
 	[a,b]=unix(['egrep -e ''^Shot''' ' .' filename ' > ' filename]);
-- 
GitLab