From d7a73563d36eda0c71a0f34b58c97d3421cc3b84 Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Mon, 20 Mar 2023 13:35:13 +0100
Subject: [PATCH] small typos

---
 wk/analysis_gyacomo.m | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/wk/analysis_gyacomo.m b/wk/analysis_gyacomo.m
index 855f6ea9..ec1fd20c 100644
--- a/wk/analysis_gyacomo.m
+++ b/wk/analysis_gyacomo.m
@@ -1,7 +1,8 @@
 %% UNCOMMENT FOR TUTORIAL
 gyacomodir = pwd; gyacomodir = gyacomodir(1:end-2); % get code directory
-% resdir = '.'; %Name of the directory where the results are located
-% JOBNUMMIN = 00; JOBNUMMAX = 10;
+resdir = '../testcases/zpinch_example'; %Name of the directory where the results are located
+PARTITION = '';
+JOBNUMMIN = 00; JOBNUMMAX = 10;
 %%
 addpath(genpath([gyacomodir,'matlab'])) % ... add
 addpath(genpath([gyacomodir,'matlab/plot'])) % ... add
@@ -79,7 +80,7 @@ options.NAME      = '\phi';
 % options.NAME      = 'Q_x';
 % options.NAME      = 'n_i';
 % options.NAME      = 'n_i-n_e';
-options.PLAN      = 'kxz';
+options.PLAN      = 'xy';
 % options.NAME      = 'f_i';
 % options.PLAN      = 'sx';
 options.COMP      = 'avg';
@@ -99,20 +100,20 @@ options.INTERP    = 0;
 options.POLARPLOT = 0;
 options.AXISEQUAL = 0;
 options.NORMALIZE = 0;
-% options.NAME      = '\phi';
+options.NAME      = '\phi';
 % options.NAME      = '\psi';
 % options.NAME      = '\omega_z';
 % options.NAME      = 'T_i';
 % options.NAME      = 'n_i';
 % options.NAME      = '\phi^{NZ}';
-options.NAME      = 'N_i^{00}';
+% options.NAME      = 'N_i^{00}';
 % options.NAME      = 'N_i^{00}-N_e^{00}';              
 % options.NAME      = 's_{Ex}';
 % options.NAME      = 'Q_x';
 % options.NAME      = 'k^2n_e';
-options.PLAN      = 'xz';
+options.PLAN      = 'xy';
 options.COMP      = 'avg';
-options.TIME      = [500 1000 1500];
+options.TIME      = [20 35 50];
 options.RESOLUTION = 256;
 
 data.a = data.EPS * 2e3;
-- 
GitLab