Back to the main page.
Bug 1726 - ctf realtime buffer acq2ftx naming inconsistencies
Status | CLOSED FIXED |
Reported | 2012-09-20 09:39:00 +0200 |
Modified | 2019-08-10 11:56:05 +0200 |
Product: | FieldTrip |
Component: | realtime |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 normal |
Assigned to: | Arjen Stolk |
URL: | |
Tags: | |
Depends on: | |
Blocks: | 1644 |
See also: |
Robert Oostenveld - 2012-09-20 09:39:55 +0200
I noticed 1031 $ ll /home/common/matlab/fieldtrip/realtime/src/acquisition/ctf/ total 324 -rwxr-xr-x 1 roboos 604 75967 Jun 25 15:04 acq2ft -rw-r--r-- 1 roboos 604 21644 Jun 25 15:04 acq2ft.c -rwxr-xr-x 1 roboos 604 81279 Jun 25 15:04 acq2ftx -rw-r--r-- 1 roboos 604 35059 Jun 25 15:04 acq2ftx.c -rw-r--r-- 1 roboos 604 16765 Jun 25 15:04 AcqBuffer.c -rw-r--r-- 1 roboos 604 477 Jun 25 15:04 AcqBuffer.h -rw-r--r-- 1 roboos 604 2093 Jun 25 15:04 check_shm.c -rw-r--r-- 1 roboos 604 17988 Jun 25 15:04 COPYING -rw-r--r-- 1 roboos 604 22528 Jun 25 15:04 ctf_figs_wiki.ppt -rw-r--r-- 1 roboos 604 4178 Jun 25 15:04 fake_meg.c -rw-r--r-- 1 roboos 604 992 Jul 2 14:30 Makefile -rw-r--r-- 1 roboos 604 1018 Jun 25 15:04 README.txt meg@odin:~ 1032 $ ll /home/common/matlab/fieldtrip/realtime/bin/glnx86/ total 1024 -rwxr-xr-x 1 roboos 604 61340 Jun 28 10:34 buffer -rwxr-xr-x 1 roboos 604 241612 Jun 29 15:19 bufferViewer -rwxr-xr-x 1 roboos 604 75975 Jun 25 15:37 ctf_acq2ft -rwxr-xr-x 1 roboos 604 75975 Jun 25 15:37 ctf_acq2ft_fake -rwxr-xr-x 1 roboos 604 81511 Jun 25 15:37 ctf_acq2ftx -rwxr-xr-x 1 roboos 604 81511 Jun 25 15:37 ctf_acq2ftx_fake -rwxr-xr-x 1 roboos 604 15514 Jun 25 15:37 ctf_AcqBuffer -rwxr-xr-x 1 roboos 604 6477 Jun 25 15:37 ctf_check_shm -rwxr-xr-x 1 roboos 604 7999 Jun 25 15:37 ctf_fake_meg -rwxr-xr-x 1 roboos 604 57717 Jun 28 10:34 playback -rwxr-xr-x 1 roboos 604 77614 Jun 28 10:34 recording -rwxr-xr-x 1 roboos 604 214790 Jun 29 15:19 sine2ft Furthermore, on odin as user "meg" I found 1024 $ find . -name acq2ftx ./rtMEG/acq2ftx ./rtMEGbak/acq2ftx -rwxrwxrwx 1 meg meg 84656 Nov 26 2010 ./rtMEG/acq2ftx -rwxrwxrwx 1 meg meg 84656 Nov 26 2010 ./rtMEGbak/acq2ftx There are also multiple old fieldtrip versions locally installed under ~meg meg@odin:~ 1037 $ find . -name \*fieldtrip\* -type d ./Desktop/fieldtrip ./matlab/fieldtrip-20091217 ./matlab/fieldtrip-20100117 ./realtime/fieldtrip ./realtime/fieldtrip_old
Robert Oostenveld - 2012-09-20 09:43:51 +0200
TODO: 1) prevent any local versions of fieldtrip and buffer related stuff on odin, only use the up-to-date home/common version. If needed use a symlink. 2) resolve the naming inconsistency in the fieldtrip release. The documentation on the wiki also describes the executable without the ctf_ prefix. 3) general overhaul of the documentation on http://fieldtrip.fcdonders.nl/development/realtime/ctf, it now starts with explaining stuff that was deprecated 3 years ago. It should reflect the current state of affairs. Please distribute the work between Boris and Arjen.
Robert Oostenveld - 2012-09-20 09:46:10 +0200
while you are at it, please also have a look at bug #1644.
Boris Reuderink - 2012-11-02 13:29:56 +0100
I am no longer working on FieldTrip. Hence, I donate all my bugs to the joint development user.
Arjen Stolk - 2012-12-05 15:11:20 +0100
1) Local versions of fieldtrip and buffer related stuff on odin are now removed or ignored. The headlocalization related software is all based on the up-to-date version; namely that of /home/common/matlab/fieldtrip 2) Technically, ctf2ft would also make sence. However, since the ctf acquistion software contains the acq prefix, Robert and I decided to stick with acq2ft. 3) AcqBuffer was developed a few years ago indeed and is currently not the dominant approach for interfacing between the CTF system and FieldTrip. Since this is a development page, and not a fully fledged description, I will place the AcqBuffer documentation at the bottom of that page. This will direct attention directly towards the acq2ft software.
Arjen Stolk - 2012-12-05 15:22:50 +0100
see comment 4
Robert Oostenveld - 2019-08-10 11:52:10 +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 describing the issue on https://github.com/fieldtrip/fieldtrip/issues.