Skip to content
Snippets Groups Projects

make basis ids_summary 100 points, ready for database

Merged Olivier Sauter requested to merge ids_summary_100points into master
2 files
+ 13
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -1474,6 +1474,12 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
gdat_data.gdat_params.b0sign_in = 0;
end
end
if strcmp(ids_top_name,'summary')
if isfield(gdat_data.gdat_params,'time_out') && ~isempty(gdat_data.gdat_params.time_out)
warning(['For summary ids, the present convention is to have time defined within get_ids_summary, but since time_out is provided,', ...
' it is not modified but there might be extra points']);
end
end
try
if ~isempty(shot)
[ids_top,ids_top_description] = feval(['tcv_get_ids_' ids_top_name],shot,ids_empty,gdat_data.gdat_params);
Loading