Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Now we can ask this App to drop some of our epochs based on the amplitude of individual channels, by specifying a rejection criteria so we could for example say that if we have an eeg channel in our epoch that shows a an amplitude of 150 micro volts or above we're going to reject that epoch, There is also a related parameter, flat criteria, that can be used to set minimum acceptable peak-to-peak amplitudes for each channel type in an epoch. To actually apply these criteria we use the drop_bad function and we pass reject criteria and the flat criteria.

...