Skip to content
Snippets Groups Projects
Commit 1f47ca16 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

minor spaces and set 2 nbi units as default

parent fbab2da7
No related branches found
No related tags found
1 merge request!27Minor details master ahead
Pipeline #21212 passed
......@@ -15,7 +15,6 @@ ids_nbi_description='';
nb_units = 2; % assume 2 units: 1st NBH and DNBI
nb_units = 1; % assume 2 units: 1st NBH and DNBI
ids_nbi.unit(1:nb_units) = ids_nbi.unit(1); % copy empty structure for all units, then fill in
% create lists of what is different for each units so that can scan through units
......
......@@ -68,8 +68,8 @@ switch error_bar
case 'delta'
for ii=1:Nprobes
sub_ids_struct_out{ii}.field.data_error_upper = fixed_error.*ones(size(sub_ids_struct_out{ii}.field.data));% TO BE FOUND;
sub_ids_struct_out_description{ii}.field_data_error_upper = ['from fixed error value in case ' error_bar];
sub_ids_struct_out_description{ii}.field_data_error_lower = ['not provided since symmetric'];
sub_ids_struct_out_description{ii}.field_data_error_upper = ['from fixed error value in case ' error_bar];
sub_ids_struct_out_description{ii}.field_data_error_lower = ['not provided since symmetric'];
end
case 'delta_with_lower'
for ii=1:Nprobes
......
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