Skip to content

Commit d99cef9

Browse files
authored
Merge pull request #104 from robertoostenveld/ft_capitalization
FIX - use the correct capitalization of FieldTrip
2 parents dc92b8d + d396d8d commit d99cef9

43 files changed

Lines changed: 90 additions & 90 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Graveyard/BESA_(outdated).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version of BESA we used to compare with Dipfit was BESA 3.0 which was
5252
likely release before 1998 since it was released before BESA 99 (in
5353
1999).
5454

55-
Our implementation in Dipfit (and Fieldtrip) was programmed by Robert
55+
Our implementation in Dipfit (and FieldTrip) was programmed by Robert
5656
Oostenveld and is based on the Habilschrift (sort of advanced PhD thesis
5757
that only exists in Germany) from Bernd Lutkenhoner from 1992. That
5858
habilschrift is not available in pdf or online, but Robert Oostenveld

Graveyard/Compiling_EEGLAB_Technical_note_for_developers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ git clone --recurse-submodules https://github.com/sccn/eeglab.git
306306

307307
2\. Install additional plugins (plugins that are already installed will
308308
be skipped). Some folders from the plug-ins clean_rawdata
309-
(**manopt/reference/m2html**) and Fieldtrip (**compat**,
309+
(**manopt/reference/m2html**) and FieldTrip (**compat**,
310310
**external/afni**, **external/spm8**, **external/spm12**,
311311
**external/gifti**, **external/eeglab** and **external/bemcp**) should
312312
be removed to avoid compilation issues. Do not use the GIT repo to
@@ -322,7 +322,7 @@ plugin_askinstall('bva-io', 'eegplugin_bva_io', true);
322322
plugin_askinstall('clean_rawdata', 'eegplugin_clean_rawdata', true);
323323
plugin_askinstall('dipfit', 'eegplugin_dipfit', true);
324324
plugin_askinstall('egilegacy', 'eegplugin_egilegacy', true);
325-
plugin_askinstall('Fieldtrip-lite', 'ft_defaults', true);
325+
plugin_askinstall(' Fieldtrip-lite', 'ft_defaults', true);
326326
plugin_askinstall('Fileio', 'ft_read_data', true);
327327
plugin_askinstall('firfilt', 'eegplugin_firfilt', true);
328328
plugin_askinstall('IClabel', 'eegplugin_iclabel', true);
@@ -339,7 +339,7 @@ CleanRawData_folder = fileparts(which('clean_rawdata.m'));
339339
rmdir(fullfile(CleanRawData_folder,'manopt','reference','m2html'), 's');
340340
341341
% Removing FieldTrip files
342-
% For Fieldtrip remove folders compat, external/afni, external/spm8, external/spm12, external/gifti, external/eeglab, external/bemcp and external/npmk
342+
% For FieldTrip remove folders compat, external/afni, external/spm8, external/spm12, external/gifti, external/eeglab, external/bemcp and external/npmk
343343
FieldTrip_folder = fileparts(which('ft_defaults.m'));
344344
rmdir(fullfile(FieldTrip_folder,'compat'), 's');
345345
rmdir(fullfile(FieldTrip_folder,'external','afni'), 's');
@@ -384,6 +384,6 @@ next release.
384384

385385
| Plugin name | Comment |
386386
|-------------------|-------------------------------------------------------------------------------------------------------|
387-
| Biosig | Not necessary because included in Fieldtrip |
387+
| Biosig | Not necessary because included in FieldTrip |
388388
| MFFMatlabIO | Issue with finding the JAR file at execution time; more debugging necessary before inclusion possible |
389389
| bids-matlab-tools | Not tested |

Graveyard/Using_custom_MRI_from_individual_subjects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ noisy because of the renormalization process used in SPM2.
136136

137137
If you use
138138
other software to perform the normalization, EEGLAB should be able to
139-
read the output image using the Fieldtrip function *read_fcdc_mri.m* to
139+
read the output image using the FieldTrip function *read_fcdc_mri.m* to
140140
import various MRI data formats.
141141

142142

Graveyard/dipfit_ctf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ dipole positions before comparing them. These operations need to be
6868
executed outside EEGLAB. A test set is available
6969
[here](http://sccn.ucsd.edu/eeglab/dipfittut/testmeg.zip) (thanks to Nicolas
7070
Robitaille for providing the test data). Simply load
71-
the test file and follow the instruction above (note that newer versions of Fieldtrip cannot process this file anymore, so use Fieldtrip versions up to 2016).
71+
the test file and follow the instruction above (note that newer versions of FieldTrip cannot process this file anymore, so use FieldTrip versions up to 2016).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/images/Fieldtrip_surface_solution_with_bem2.png renamed to assets/images/FieldTrip_surface_solution_with_bem2.png

File renamed without changes.

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other type of documentation are listed below.
3232
- [EEGLAB reference articles - Please cite](/others/EEGLAB_References.html)
3333
- [Quick ICA Component Rejection Tutorial](/tutorials/misc/Quick_Tutorial_on_Rejection.html)
3434
- [Using EEGLAB vs. Commercial EEG Software](/others/EEGLAB_vs_Commercial_EEG_Software.html)
35-
- [Working with EEGLAB and Fieldtrip](/others/EEGLAB_and_Fieldtrip.html)
35+
- [Working with EEGLAB and FieldTrip](/others/EEGLAB_and_FieldTrip.html)
3636
- [Using EEGLAB on open-source Octave](/others/Running_EEGLAB_on_Octave.html)
3737
- [Using EEGLAB on high performance computing resources](/others/EEGLAB_and_high_performance_computing.html)
3838
- [EEGLAB on MATLAB versus Python](/others/EEGLAB_and_python.html)

0 commit comments

Comments
 (0)