FieldTrip is a Matlab software toolbox for MEG and EEG analysis that is being developed at the Centre for Cognitive Neuroimaging of the Donders Institute for Brain, Cognition and Behaviour together with collaborating institutes. The development of FieldTrip is currently supported by funding from the BrainGain project. The FieldTrip software is released as open source under the GNU general public license.
The software includes algorithms for simple and advanced analysis of MEG and EEG data, such as time-frequency analysis, source reconstruction using dipoles, distributed sources and beamformers and non-parametric statistical testing. It supports the data formats of all major MEG systems (CTF, Neuromag, BTi) and of the most popular EEG systems, and new formats can be added easily. FieldTrip contains high-level functions that you can use to construct your own analysis protocols in Matlab. Furthermore, it easily allows developers to incorporate low-level algorithms for new EEG/MEG analysis methods.
This FieldTrip website is a Wiki (just like Wikipedia), which allows anyone visiting the site to add, remove, or otherwise edit all content, very quickly and easily, without the need for registration. The IP addresses of people that make changes are logged, and they can be blocked if needed. Please act responsibly and only make changes that improve this site.
To get started with FieldTrip, please continue reading the getting started documentation.
22 June 2010
Our technical group has to do some maintenance to the servers of the Donders Centre. The consequence is that the fieldtrip wiki (http://fieldtrip.fcdonders.nl) and the ftp server (ftp.fcdonders.nl) will be down. Hopefully the downtime will be only one evening, but it might extend into the next morning. See below for details.
Tomorrow Wednesday June 23rd, 18:00h CET we have planned a down-time window for central storage and all of the central storage dependent IT services! If everything goes smoothly, central storage and all services will be back up and running later in that evening. In case we encounter unforeseen problems down-time might last until the early next morning Thursday June 24th.
2 April 2010
The BIOMAG conference in Dubrovnik has just ended. During the conference there was great interest in applying FieldTrip to MEG data of all sorts. Furthermore, there is a clear commitment of developers of new methods and of other software toolboxes to further strengthen the collaboration and sharing code and expertise.
29 Januari 2010
The wiki system has just been upgraded to the latest version (dokuwiki-2009-12-25c).
16 December 2009
… we have decided to start adopting the same naming scheme that
SPM is using. That naming scheme consists of prefixing the function
name with the name of the toolbox, e.g. spm_contrasts. The prefix that
FieldTrip will use is “ft_”. So that means that the FieldTrip
preprocessing function will be renamed into ft_preprocessing,
sourceanalysis will become ft_sourceanalysis, freqanalysis will become
ft_freqanalysis, etc. This will affect all publicly available
FieldTrip functions, i.e. the main functions that you are using…
2010-07-29 15:29 roevdmei
2010-07-29 13:50 roevdmei
2010-07-29 13:23 roevdmei
2010-07-29 12:48 crimic
2010-07-29 11:42 roevdmei
a longer history of changes to the fieldtrip main functions is available
here
-
forward and inverse source modeling is done using the
forwinv module, see
changelog
preprocessing (e.g. filtering and detrending) is done using the
preproc module, see
changelog
support for realtime analysis is implemented using the
realtime module, see
changelog
Back to top