Back to the main page.
Bug 2197 - avgoverrpt support in ft_selectdata_new or ft_freqdescriptives with labelcmb and chancmb
| Status | CLOSED FIXED |
| Reported | 2013-06-12 16:54:00 +0200 |
| Modified | 2014-05-14 20:08:57 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | 10212148 |
| See also: | http://bugzilla.fcdonders.nl/show_bug.cgi?id=1881http://bugzilla.fcdonders.nl/show_bug.cgi?id=2185 |
Jörn M. Horschig - 2013-06-12 16:54:44 +0200
right now, averaging over trials can either be done by ft_freqdescriptives or by ft_selectdata_new, However, both no not support the fields labelcmb and chancmb. I found this all because ft_selectdata_old causes a crash in ft_connectivityanalysis in line 493 when using the fix from bug 2148. I will fix ft_selectdata_old now for that purpose, but in the long run it should be doable by some other function as well.
Jörn M. Horschig - 2013-06-12 16:55:20 +0200
I meant to say: right now, averaging over trials can either be done by ft_freqdescriptives or by ft_selectdata_old
Jan-Mathijs Schoffelen - 2014-04-03 21:17:19 +0200
This one is related to #1881
Jan-Mathijs Schoffelen - 2014-04-07 16:40:08 +0200
add Robert to CC list to also join the party here...
Robert Oostenveld - 2014-04-14 14:32:22 +0200
it was still disabled in ft_selectdata_newer (i.e. the latest and greatest implementation), buT I just enabled it and wrote a test script. mac011> svn commit Adding test/test_bug2197.m Sending utilities/ft_selectdata_newer.m Transmitting file data .. Committed revision 9406. I will close this bug, although the actual implementation will only become available to non-roboos users once ft_selectdata_new/newer are all merged into a single ft_selectdata function.
Robert Oostenveld - 2014-04-14 14:32:52 +0200
revision 9406 resolves it