Back to the main page.
Bug 308 - get rid of realtime/utilities
Status | CLOSED FIXED |
Reported | 2010-12-15 13:13:00 +0100 |
Modified | 2011-02-23 13:51:04 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Arjen Stolk |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2010-12-15 13:13:20 +0100
Robert Oostenveld - 2010-12-15 13:13:57 +0100
also do ft_ prefix in public
Robert Oostenveld - 2011-01-16 22:50:47 +0100
changed the status for all ASSIGNED bugs to joint development user (fieldtrip-bugs) to status NEW, otherwise we don't see the in the Wednesday meetings.
Robert Oostenveld - 2011-01-26 10:07:12 +0100
this also relates to offset2time
Arjen Stolk - 2011-01-26 11:28:25 +0100
The utilities directory contains these functions: * offset2time - is now obsolete as implemented as subfunction in the relevant ft_ functions * fastpower, fasttransformplanar - no function is depending on these it seems. They seem too specific to belong to any of the subdirectories * megplanar_sincos - is an exact copy of the function in the private dir. Only fasttransformplanar makes a call to it * online_downsample_* and online_filter - seem relevant functions for MEG realtime purposes, and perhaps truely belong in a directoy called utilities My suggestion is to remove all functions except the 4 with the online prefixes.
Arjen Stolk - 2011-01-26 16:30:48 +0100
The online filter and downsampler have been integrated in the preproc module as ft_preproc_online_*.m The offset2time function has been nested as subfunctions in the relevant functions. The remaining functions were not documented according to the guidelines and not being called anywhere outside the utitilties dir. They have, therefore, been removed. The utitilies directory is now removed.