Skip to content
Snippets Groups Projects
Commit afc4e3fb authored by Olivier Sauter's avatar Olivier Sauter
Browse files

to start using fir ratio

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1886 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 3981e395
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@
% 'terho'= Te profile on (rho=sqrt(psi),time) mesh.Note rho is a 2D array as depends on time. ADD error bars in .std
% 'profnerho' = ne smoothed or fitted , vs (rho,t) (from Thomson fit)
% 'profterho' = te smoothed or fitted , vs (rho,t) (from Thomson fit)
% 'neft' = ne fitted from data on rho mesh (from proffit.local_time:neft)
% 'neft' = ne fitted from data on rho mesh (from proffit.local_time:neft_abs)
% 'teft' = te fitted from data on rho mesh (from proffit.local_time:teft)
% 'neftav' = ne fitted from averaged over time data on rho mesh (from proffit.avg_time:neft)
% 'neftav' = ne fitted from averaged over time data on rho mesh (from proffit.avg_time:neft_abs)
% 'teftav' = te fitted from averaged over time data on rho mesh (from proffit.avg_time:teft)
% 'ece' = electron cyclotron emission
% 'sxr' = soft x-ray emission
......@@ -357,6 +357,7 @@ switch TCVkeywrdcase{index}
nodenameeff='\results::thomson:te';
tracetdi=tdi(nodenameeff);
tracestd=tdi('\results::thomson:te:error_bar');
trace_abs=tdi('\results::thomson:fir_thom_rat');
end
trace.data=tracetdi.data'; % Thomson data as (t,z)
trace.std=tracestd.data';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment