| POP_DIPFIT_BATCH | Interactively do batch scan of all ICA components with a single dipole Function deprecated. Use pop_dipfit_gridsearch() instead |
| Usage: | >> OUTEEG = pop_dipfit_batch( INEEG ); % pop up interactive window >> OUTEEG = pop_dipfit_batch( INEEG, comps ); >> OUTEEG = pop_dipfit_batch( INEEG, comps, xgrid, ygrid, zgrid, thresh ) |
| Inputs: | |
INEEG |
input dataset |
comps |
[integer array] component indices |
xgrid |
[float array] x-grid. Default is 10 elements between -1 and 1. |
ygrid |
[float array] y-grid. Default is 10 elements between -1 and 1. |
zgrid |
[float array] z-grid. Default is 10 elements between -1 and 1. |
threshold |
[float] threshold in percent. Default 40. |
| Outputs: | OUTEEG output dataset |
| Authors: | Robert Oostenveld, SMI/FCDC, Nijmegen 2003 Arnaud Delorme, SCCN, La Jolla 2003 |