Back to the main page.
Bug 3337 - implement ft_artifact_nan
Status | CLOSED FIXED |
Reported | 2017-08-25 11:04:00 +0200 |
Modified | 2019-08-10 12:40:27 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: | http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3238 |
Robert Oostenveld - 2017-08-25 11:04:59 +0200
the function should look for nans in the data and return those segments as artifact. This allows for applying ft_rejectartifact, removing the trials with nans, or doing partial rejection to remove the nan segments.
Robert Oostenveld - 2017-08-25 16:18:10 +0200
mac011> git commit [bug3337-ft_artifact_nan 4945023] implemented detection of nans for artifacts, see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3337 2 files changed, 106 insertions(+) create mode 100644 ft_artifact_nan.m create mode 100644 test/test_bug3337.m
Robert Oostenveld - 2017-08-25 16:19:14 +0200
I merged https://github.com/fieldtrip/fieldtrip/pull/503
Robert Oostenveld - 2019-08-10 12:34:17 +0200
This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.