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

add examples

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1896 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 57111668
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ function [trace,error,varargout]=loadJETdata(shot,data_type,varargin) ...@@ -32,6 +32,8 @@ function [trace,error,varargout]=loadJETdata(shot,data_type,varargin)
% aa=gdat(51994,'ppf/efit/xip',1,'JET'); % aa=gdat(51994,'ppf/efit/xip',1,'JET');
% aa=gdat(55379,'jpf/di/c1f-chan8/131?type=lpf+diag=kc1f',1); % KC1F % aa=gdat(55379,'jpf/di/c1f-chan8/131?type=lpf+diag=kc1f',1); % KC1F
% aa=gdat(53290,'jpf/di/c3-cats<c:001?type=lpf+diag=cats1',0,'JET') % long magnetic 8s by 001, 002, 003, 004 blocks % aa=gdat(53290,'jpf/di/c3-cats<c:001?type=lpf+diag=cats1',0,'JET') % long magnetic 8s by 001, 002, 003, 004 blocks
% aa=gdat(53290,'jpf/di/c3-cats<h:301?type=lpf+diag=cats1',0,'JET'); % fast data coils 301, 302, etc
% sxr10=gdat(53290,'jpf/db/j3-sxr<v10/1',1,'JET');
% %
% INPUT: % INPUT:
% shot: shot number % shot: shot number
...@@ -57,6 +59,7 @@ function [trace,error,varargout]=loadJETdata(shot,data_type,varargin) ...@@ -57,6 +59,7 @@ function [trace,error,varargout]=loadJETdata(shot,data_type,varargin)
% (for traces with many channel, enables to load additional channels, % (for traces with many channel, enables to load additional channels,
% like SXR, ECE, etc.) % like SXR, ECE, etc.)
% varargin{3}: zmag for varargout{1} computation % varargin{3}: zmag for varargout{1} computation
% (can have more inputs for AUG, but not used here)
% %
% %
% OUTPUT: % OUTPUT:
......
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