Back to the main page.
Bug 2044 - eventtype can contain empty characters that should be removed
| Status | ASSIGNED |
| Reported | 2013-03-12 03:22:00 +0100 |
| Modified | 2015-02-11 10:43:33 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P3 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Martin Vinck - 2013-03-12 03:22:11 +0100
For example, .nev files have eventtype 'Strobed ' which is 64 char. The input cfg.trialdef.eventtype = 'Strobed' should be recognized as the same string (by removing empty characters before and after the last non-empty character)