Skip to content

Commit 79754de

Browse files
committed
Removed fix for 1024X1024 images
May need to revisit this later, but it needs to be out for now, since not all images are 1024X1024.
1 parent 8b6c971 commit 79754de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newCurv.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
scaleMat = horzcat(tempB,tempB);
4343

4444
for ee = 1:length(C{s})
45-
C{s}{ee} = abs(C{s}{ee}).*scaleMat(ee);
45+
C{s}{ee} = abs(C{s}{ee});%.*scaleMat(ee); JB 12/12 removed this fix
4646
end
4747

4848
% find the maximum coefficient value, then discard the lowest (1-keep)*100%

0 commit comments

Comments
 (0)