Commit e4112abd authored by jayd1860's avatar jayd1860
Browse files

v1.14

-- Some superficial changes for fNIRS course, such as number of decimal places in hmr user functions and MainGUI look and feel changes to font sizes etc
parent 899ff2d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
% Wavelet_Motion_Correction:  dod = hmrR_MotionCorrectWavelet(dod, mlAct, iqr, turnon)
%
% PARAMETERS:
% iqr: 1.5
% iqr: 1.50
% turnon: 1
%
% LOG:
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
% PCA_Filter_Concentration_Data: [dc, svs, nSV]  = hmrR_PCAFilter( dc, mlActAuto, tIncAuto, nSV )
%
% PARAMETERS:
% nSV: 0.0
% nSV: 0.00
%
function [data_yc, svs, nSV] = hmrR_PCAFilter( data_y, mlAct, tInc, nSV )

+5.78 KiB (76.8 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ FONT_BIGGER = 8;
if ismac()
    fs_def = 11.0;
elseif ispc()
    fs_def = 9.0;
else
    fs_def = 10.0;
else
    fs_def = 11.0;
end

if nargin==0