From 1a0a2121e6cb7939d2ce9d1219c0079ac49acfe7 Mon Sep 17 00:00:00 2001 From: ac <andrew.r.cohen@drexel.edu> Date: Wed, 21 May 2025 17:22:21 -0400 Subject: [PATCH] quantize to 0,100 default --- src/MATLAB/+RSF/quantizeImX.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MATLAB/+RSF/quantizeImX.m b/src/MATLAB/+RSF/quantizeImX.m index 6aead30..dc294d1 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) -- GitLab