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
Branches
Tags
No related merge requests found
...@@ -132,7 +132,7 @@ for j=1:size(anamendo,1) ...@@ -132,7 +132,7 @@ for j=1:size(anamendo,1)
iplo=iplo+1; iplo=iplo+1;
js=js+1; js=js+1;
xdir0 = [adir,filesep,namendo,'_vs_', namexo]; xdir0 = [adir,filesep,namendo,'_vs_', namexo];
if ilog==0, if ilog==0 || ~isempty(threshold),
if isempty(threshold) if isempty(threshold)
if isempty(dir(xdir0)) if isempty(dir(xdir0))
mkdir(xdir0) mkdir(xdir0)
...@@ -233,7 +233,7 @@ for j=1:size(anamendo,1) ...@@ -233,7 +233,7 @@ for j=1:size(anamendo,1)
iplo=iplo+1; iplo=iplo+1;
js=js+1; js=js+1;
xdir0 = [adir,filesep,namendo,'_vs_', namlagendo]; xdir0 = [adir,filesep,namendo,'_vs_', namlagendo];
if ilog==0, if ilog==0 || ~isempty(threshold),
if isempty(threshold) if isempty(threshold)
if isempty(dir(xdir0)) if isempty(dir(xdir0))
mkdir(xdir0) mkdir(xdir0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment