Skip to content

Commit

Permalink
fix #1720 - added semicolon to variable j, and stratified private fun…
Browse files Browse the repository at this point in the history
…cs (#1727)

* fix - correcting distance calculation of Rx-Tx combinations

* cos - removing unused variables

* fix - correcting definition of Rx and Tx in sens.tra and correcting related wavelength readout

* fix #1720 - added semicolon to variable j, and stratified private funcs

* fixed merge conflicts

* changed sens into opto

Co-authored-by: Jörn Horschig <jhorschig@artinis.com>
Co-authored-by: Robert Oostenveld <r.oostenveld@gmail.com>
Co-authored-by: Jan-Mathijs Schoffelen <1517611+schoffelen@users.noreply.github.com>
  • Loading branch information
4 people committed Mar 30, 2021
1 parent 69658fa commit 79f5377
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/artinis/ft_nirs_prepare_ODtransformation.m
Expand Up @@ -191,7 +191,7 @@
optodeidx = (transmitteridx | receiveridx)'; % transpose to get back to tra order

% extract the wavelengths
wavelengths = opto.wavelength(tratra(transmitteridx));
wavelengths = opto.wavelength(tratra(transmitteridx));
wlidx = bsxfun(@minus, coefs(:, 1), wavelengths);

% find the relevant channel combinations
Expand Down
Binary file modified external/artinis/private/arrangeoxy3optodes.p
Binary file not shown.
Binary file modified external/artinis/private/merge_oxyproj_header.p
Binary file not shown.
Binary file modified external/artinis/private/metainfotohdr.p
Binary file not shown.
Binary file modified external/artinis/private/parseoxy3header.p
Binary file not shown.
Binary file modified external/artinis/private/parseoxyproj.p
Binary file not shown.
Binary file modified external/artinis/private/read_oxy3_data.p
Binary file not shown.
Binary file modified external/artinis/private/read_oxy3_header.p
Binary file not shown.
Binary file modified external/artinis/private/read_oxy4_data.p
Binary file not shown.
Binary file modified external/artinis/private/read_oxy4_header.p
Binary file not shown.
Binary file modified external/artinis/private/read_oxyproj_header.p
Binary file not shown.
Binary file modified external/artinis/private/readoxy3block.p
Binary file not shown.
Binary file modified external/artinis/private/readoxy4file.p
Binary file not shown.

0 comments on commit 79f5377

Please sign in to comment.