Skip to content
Snippets Groups Projects
Commit 1d875aa0 authored by Antonia Frank's avatar Antonia Frank
Browse files

Fix lau/gyro in identifier

parent 39bd38c1
No related branches found
No related tags found
1 merge request!165Core sources tcv2ids2database
Pipeline #205102 passed
......@@ -200,7 +200,7 @@ if ~isempty(ec_gdat.ec.data) % if EC data available, fill sources
production = 'TORAY';
id_ec.index = 3; id_ec.name = 'ec';
for i_lau = 1:nb_active
id_ec.description = sprintf('L%i/G%i, %s from %s double width CD profiles',i_lau,ec_inputs.gyro2launcher.data(i_lau),main_desc,production);
id_ec.description = sprintf('L%i/G%i, %s from %s double width CD profiles',active_launchers(i_lau),ec_inputs.gyro2launcher.data(active_launchers(i_lau)),main_desc,production);
ids_core_sources.source{last_index+i_lau} = source_template;
ids_core_sources.source{last_index+i_lau}.identifier = id_ec;
ids_core_sources.source{last_index+i_lau}.profiles_1d(1:nt_ec_out) = {profiles_template};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment