Skip to content
Snippets Groups Projects
Commit 253980f9 authored by Marco Ratto's avatar Marco Ratto
Browse files

threshold_redform must override detailed mapping also with log-transformation

(cherry picked from commit eb70ddfe)
parent 3f2bee99
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ for j=1:size(anamendo,1)
iplo=iplo+1;
js=js+1;
xdir0 = [adir,filesep,namendo,'_vs_', namexo];
if ilog==0,
if ilog==0 || ~isempty(threshold),
if isempty(threshold)
if isempty(dir(xdir0))
mkdir(xdir0)
......@@ -233,7 +233,7 @@ for j=1:size(anamendo,1)
iplo=iplo+1;
js=js+1;
xdir0 = [adir,filesep,namendo,'_vs_', namlagendo];
if ilog==0,
if ilog==0 || ~isempty(threshold),
if isempty(threshold)
if isempty(dir(xdir0))
mkdir(xdir0)
......
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