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

Extended description comment

parent a917f865
No related branches found
No related tags found
1 merge request!174Add tcv get ids soft x rays to tcv imas functions
......@@ -22,12 +22,12 @@ function [ids_soft_x_rays,ids_soft_x_rays_description] = ...
if exist('gdat_params')
[ids_soft_x_rays, ~] = tcv_ids_headpart(shot, ids_soft_x_rays_empty, ...
'soft_x_rays','homogeneous_time',1,'gdat_params',gdat_params, ...
'comment','RADCAM Soft X-Ray filered diodes', ...
'comment','RADCAM Soft X-Ray 47um Be filered optodiode AXUV20ELGDS diodes ', ...
varargin{:});
else
[ids_soft_x_rays, ~] = tcv_ids_headpart(shot, ids_soft_x_rays_empty, ...
'soft_x_rays','homogeneous_time',0, ...
'comment','RADCAM Soft X-Ray filered diodes', ...
'comment','RADCAM Soft X-Ray 47um Be filered optodiode AXUV@0ELGDS diodes', ...
varargin{:});
end
......
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