Browse Source

Preventing fitCenters to generate plots of fits

Andrej Studen@Labkey-KNM 1 year ago
parent
commit
71be3a9b0f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      matlab/fitCenters.m

+ 2 - 2
matlab/fitCenters.m

@@ -169,8 +169,8 @@ function [globalPar, cPars] = ...
     %cPars(cPars(:,2)>0.4,1)=0;
     %reset k1 for those where k2 is abnormally large
     %cPars(cPars(:,3)>1,1)=0;
-    opath=fullfile(path,patientID);
-    plotFunctions(opath,code,globalPar,cPars,cax,centers);
+    %opath=fullfile(path,patientID);
+    %plotFunctions(opath,code,globalPar,cPars,cax,centers);
     
     
 end