diff --git a/src/MATLAB/+RSF/quantizeImX.m b/src/MATLAB/+RSF/quantizeImX.m index 6aead3031717aa3d01b6f44030269f84c0119974..dc294d146e0041e2fc69913f1ed3785fc4f67b1a 100644 --- a/src/MATLAB/+RSF/quantizeImX.m +++ b/src/MATLAB/+RSF/quantizeImX.m @@ -9,9 +9,9 @@ for i = 1 : length(imf) end end if ~exist("clipRange",'var') - clipRange = [2.5,97.5]; - % clipRange = [0.5,99.5]; - % clipRange = [0,100] +% clipRange = [2.5,97.5]; +% % clipRange = [0.5,99.5]; + clipRange = [0,100]; end for c = 1:size(imf{1},4)