Back to the main page.
Bug 231 - offset2time does not exist on the standard path
Status | CLOSED FIXED |
Reported | 2010-11-24 09:59:00 +0100 |
Modified | 2011-02-23 13:51:00 +0100 |
Product: | FieldTrip |
Component: | realtime |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P1 normal |
Assigned to: | Arjen Stolk |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2010-11-24 09:59:32 +0100
I downloaded fieldtrip-20101122 and tried to do realtime stuff on the London CTF MEG system. >> ft_realtime_signalviewer(cfg) processing segment 1 from sample 72127 to 72726 ??? Undefined command/function 'offset2time'. Error in ==> ft_realtime_signalviewer at 140 data.time{1} = offset2time(begsample, hdr.Fs, endsample-begsample+1); I suspect this to be due to recent ft-prefixing. The realtime module should be made more independent of the rest.
Arjen Stolk - 2011-01-26 10:49:40 +0100
Offset2time has now become a subfunction of all of the realtime functions that were depending on it (incl. signalviewer). In order to clean up the realtime directory, offset2time will now be removed from the /realtime/utlities directory.