diff --git a/wk/analysis_3D.m b/wk/analysis_3D.m
index a0ecc04369e97d37ca06373f1f1ae90873b342da..2bcaece23872762f602ba06b3cd5c572c2b7a085 100644
--- a/wk/analysis_3D.m
+++ b/wk/analysis_3D.m
@@ -21,7 +21,7 @@ FMT = '.fig';
 
 if 1
 %% Space time diagramm (fig 11 Ivanov 2020)
-TAVG_0 = 600; TAVG_1 = 700; % Averaging times duration
+TAVG_0 = 0.8*data.Ts3D(end); TAVG_1 = data.Ts3D(end); % Averaging times duration
 compz  = 'avg';
 % chose your field to plot in spacetime diag (uzf,szf,Gx)
 fig = plot_radial_transport_and_spacetime(data,TAVG_0,TAVG_1,'phi',1,compz);
@@ -45,12 +45,12 @@ options.NAME      = '\phi';
 % options.NAME      = 'n_i^{NZ}';
 % options.NAME      = '\Gamma_x';
 % options.NAME      = 'n_i';
-options.PLAN      = 'RZ';
+options.PLAN      = 'xy';
 % options.NAME      = 'f_e';
 % options.PLAN      = 'sx';
 options.COMP      = 'avg';
 % options.TIME      = dat.Ts5D;
-options.TIME      = 0:1:20;
+options.TIME      = 0:1:80;
 data.EPS          = 0.1;
 data.a = data.EPS * 2000;
 create_film(data,options,'.gif')
diff --git a/wk/analysis_header.m b/wk/analysis_header.m
index 7ec3b2090bef969b96e954bbd320c1cb65fa4697..f2149b60de00f70270205d3889ae3459c74c3c1f 100644
--- a/wk/analysis_header.m
+++ b/wk/analysis_header.m
@@ -1,9 +1,9 @@
-% Directory of the code
+% Directory of the code "mypathtoHeLaZ/HeLaZ/"
 helazdir = '/home/ahoffman/HeLaZ/';
-% Directory of the simulation
+% Directory of the simulation (from results)
 % if 1% Local results
-outfile ='';
-outfile ='quick_run/32x32x16_5x3_L_300_q0_2.5_e_0.18_kN_20_kT_20_nu_1e-01_DGGK';
+outfile ='2D_Zpinch/LDDK';
+% outfile ='quick_run/32x32x16_5x3_L_300_q0_2.5_e_0.18_kN_20_kT_20_nu_1e-01_DGGK';
 % outfile ='shearless_cyclone/128x128x16x4x2_L_120_CTC_1.0/';
 % outfile ='shearless_cyclone/180x180x20x4x2_L_120_CBC_0.8_to_1.0/';
 % outfile ='pedestal/128x128x16x4x2_L_120_LnT_40_nuDG_0.1';