Skip to content

Commit

Permalink
can now use stored bad channel location for interpolation
Browse files Browse the repository at this point in the history
git-svn-id: https://sccn.ucsd.edu/svn/software/eeglab@7852 1e58238c-3a72-4c0f-aabe-36d030380f39
  • Loading branch information
Arnaud Delorme committed Feb 15, 2008
1 parent 556f9c7 commit 35c5c5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion functions/studyfunc/std_interp.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
% chans - [Cell array] cell array of channel names (labels) to interpolate
% into the data if they are missing from one of the datasets.
% method - [string] griddata() method to use for interpolation.
% See >> help griddata() {default:'invdist'}
% See >> help griddata() {default:'invdist'}
%
% Important limitation:
% This function currently presuposes that all datasets have the same channel
Expand Down Expand Up @@ -42,6 +42,9 @@
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

% $Log: not supported by cvs2svn $
% Revision 1.6 2008/02/15 16:43:55 arno
% *** empty log message ***
%
% Revision 1.5 2007/11/15 03:14:06 arno
% exact match
%
Expand Down

0 comments on commit 35c5c5a

Please sign in to comment.