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

start correct small bugs to get shot=-1 data

parent ccb6ab09
No related branches found
No related tags found
1 merge request!143Fix bug
...@@ -829,6 +829,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') ...@@ -829,6 +829,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
case {'b0'} case {'b0'}
% B0 at R0=0.88 % B0 at R0=0.88
r0exp=0.88; r0exp=0.88;
added_correction_str='';
if isfield(gdat_data.gdat_params,'source') && ~isempty(gdat_data.gdat_params.source) ... if isfield(gdat_data.gdat_params,'source') && ~isempty(gdat_data.gdat_params.source) ...
&& length(gdat_data.gdat_params.source)>=5 && strcmp(lower(gdat_data.gdat_params.source(1:5)),'liuqe') && length(gdat_data.gdat_params.source)>=5 && strcmp(lower(gdat_data.gdat_params.source(1:5)),'liuqe')
% expect liuqe or liuqe.m to have liuqe time-base, otherwise give full time base % expect liuqe or liuqe.m to have liuqe time-base, otherwise give full time base
......
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