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

Added description

parent 748c8530
No related branches found
No related tags found
1 merge request!174Add tcv get ids soft x rays to tcv imas functions
......@@ -22,10 +22,13 @@ 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', ...
varargin{:});
else
[ids_soft_x_rays, ~] = tcv_ids_headpart(shot, ids_soft_x_rays_empty, ...
'soft_x_rays','homogeneous_time',0,varargin{:});
'soft_x_rays','homogeneous_time',0, ...
'comment','RADCAM Soft X-Ray filered diodes', ...
varargin{:});
end
ids_soft_x_rays_description = struct();
......
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