Skip to content

Commit

Permalink
Merge pull request #20 from Edouard2laire/alphanorm
Browse files Browse the repository at this point in the history
[bugfix] Remove alpha normalization for nirs
  • Loading branch information
Edouard2laire authored Jul 24, 2024
2 parents f4295dc + cdf0a48 commit 5c0cdfc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions best/mem/be_launch_mem.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
% along with BEst. If not, see <http://www.gnu.org/licenses/>.
% -------------------------------------------------------------------------

if any(ismember( 'NIRS', OPTIONS.mandatory.DataTypes))
% normalize alpha for each coloum
obj.ALPHA = bsxfun(@rdivide,obj.ALPHA,max(obj.ALPHA,[],1)); % Normalize M
end

% All samples or a selection?
Data = [];

Expand Down

0 comments on commit 5c0cdfc

Please sign in to comment.