Skip to content
Snippets Groups Projects
Commit a39c66b1 authored by Luke Simons's avatar Luke Simons
Browse files

Small suggested changes to comments

parent 0d5ad4a6
1 merge request!195Resolve "Missing power launched and position field for NBI IDS"
Pipeline #270053 passed
......@@ -16,7 +16,7 @@ function [ids_from_tcv,varargout] = tcv2ids(shot,varargin);
% empty or 'delta' (default): meaning difference in upper is set (standard error_bar
% 'added': errorbar is added: upper=data+delta and lower=data-delta
% 'delta_with_lower': as 'delta' but lower also set
% 'cocos_out': (DD3 default 11, DD4 default 17) cocos to transform ids from TCV cocos_in=17 to cocos_out
% 'cocos_out': (DD3 and before default 11, DD4 default 17) cocos to transform ids from TCV cocos_in=17 to cocos_out
% 'ipsign_out': if a specific sign fo Ip is desired in output within the cocos_out system (default 0=no specific sign)
% 'b0sign_out': if a specific sign fo B0 is desired in output within the cocos_out system (default 0=no specific sign)
% 'nverbose': (default 1), set it to 3 to have more messages, for example about not fully valid nodes when doing transformation (empty or Nans)
......@@ -36,7 +36,7 @@ try
cocos_out_default=11;
end
catch
disp('IMAS_VERSION undefined, assuming cocos_out=17');
disp('IMAS_VERSION undefined, assuming cocos_out_default=17');
end
% initialize input parser
......
......@@ -5,7 +5,6 @@ function [ids_nbi,ids_nbi_description,varargout] = tcv_get_ids_nbi(shot,ids_nbi_
%
% gdat_params: gdat_data.gdat_params to get all params passed from original call, in particular error_bar options
%
%
% Most information taken from NBI and NB_Model wiki pages:
% https://spcwiki.epfl.ch/wiki/NBI
% https://spcwiki.epfl.ch/wiki/NB_Model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment