Skip to content

Commit eac0a26

Browse files
updated tags
1 parent 063ab79 commit eac0a26

File tree

141 files changed

+3282
-0
lines changed

Some content is hidden

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

141 files changed

+3282
-0
lines changed

_data/tag/cvs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- title: Accessing the FieldTrip source code through CVS
2+
link: /development/cvs
3+
4+
- title: Accessing the FieldTrip source code through SVN
5+
link: /development/svn
6+
7+
- title: Why was FieldTrip maintained in SVN and not in Git?
8+
link: /faq/development/svnversusgit
9+
10+
- title: How can I keep track of changes to the code?
11+
link: /faq/development/trackchanges
12+

_data/tag/cyberkinetics.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- title: Getting started with Cyberkinetics data
2+
link: /getting_started/intracranial/cyberkinetics
3+

_data/tag/data.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- title: The databrowser crashes and destroys the whole MATLAB session, how can I resolve this?
2+
link: /faq/matlab/databrowser_crash
3+
4+
- title: I used ICA on my MEG data from before 2012 and now FieldTrip crashes, why is that?
5+
link: /faq/preproc/artifact/ica_crash
6+

_data/tag/databrowser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- title: The databrowser crashes and destroys the whole MATLAB session, how can I resolve this?
2+
link: /faq/matlab/databrowser_crash
3+
4+
- title: How can I use the databrowser?
5+
link: /faq/preproc/databrowser
6+

_data/tag/dataformat.yml

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
- title: MEG dataformats
2+
link: /dataformat/meg
3+
4+
- title: Spike and LFP dataformats
5+
link: /dataformat/spike
6+
7+
- title: Example analysis pipeline for BioSemi data
8+
link: /example/other/biosemi
9+
10+
- title: Can I create an artificial CTF dataset using MATLAB?
11+
link: /example/source/simulateddata_ctf
12+
13+
- title: How are the various MATLAB data structures defined?
14+
link: /faq/development/datatype
15+
16+
- title: How can I import my own data format?
17+
link: /faq/preproc/dataformat/dataformat_own
18+
19+
- title: How can I extend the reading functions with a new dataformat?
20+
link: /faq/preproc/dataformat/fileio_dataformat
21+
22+
- title: I have problems reading in NeuroScan .cnt files. How can I fix this?
23+
link: /faq/preproc/dataformat/neuroscan
24+
25+
- title: How can I append the files of two separate recordings?
26+
link: /faq/preproc/datahandling/append_files
27+
28+
- title: How can I convert one dataformat into an other?
29+
link: /faq/preproc/datahandling/convert_dataformat
30+
31+
- title: What dataformats are supported?
32+
link: /faq/preproc/datahandling/dataformat
33+
34+
- title: How can I merge two datasets that were acquired simultaneously with different amplifiers?
35+
link: /faq/preproc/datahandling/mergedata
36+
37+
- title: Reading is slow, can I write my raw data to a more efficient file format?
38+
link: /faq/preproc/datahandling/writedata_matbin
39+
40+
- title: How can I convert an anatomical MRI from DICOM into CTF format?
41+
link: /faq/source/anat_dicom2ctf
42+
43+
- title: Getting started with ANT-Neuro, ASA and EEProbe data
44+
link: /getting_started/eeg/antneuro
45+
46+
- title: Getting started with ABM's B-Alert EEG data
47+
link: /getting_started/eeg/b_alert
48+
49+
- title: Getting started with BESA data
50+
link: /getting_started/eeg/besa
51+
52+
- title: Getting started with BioSemi BDF data
53+
link: /getting_started/eeg/biosemi
54+
55+
- title: Getting started with BrainVision Analyzer and Easycap
56+
link: /getting_started/eeg/brainvision
57+
58+
- title: Getting started with EDF (European Data Format) data
59+
link: /getting_started/eeg/edf
60+
61+
- title: Getting started with EGI/Philips/Magstim data
62+
link: /getting_started/eeg/egi
63+
64+
- title: Getting started with Nicolet data
65+
link: /getting_started/eeg/nicolet
66+
67+
- title: Getting started with TMSi data
68+
link: /getting_started/eeg/tmsi
69+
70+
- title: Getting started with SR-Research EyeLink eye-tracker data
71+
link: /getting_started/eyetracker/eyelink
72+
73+
- title: Getting started with Blackrock data
74+
link: /getting_started/intracranial/blackrock
75+
76+
- title: Getting started with Cyberkinetics data
77+
link: /getting_started/intracranial/cyberkinetics
78+
79+
- title: Getting started with Neuralynx data
80+
link: /getting_started/intracranial/neuralynx
81+
82+
- title: Getting started with Neuralynx data recorded at the Donders Institute
83+
link: /getting_started/intracranial/neuralynx_fcdc
84+
85+
- title: Getting started with Neurodata Without Borders (NWB) data
86+
link: /getting_started/intracranial/nwb
87+
88+
- title: Getting started with Plexon data
89+
link: /getting_started/intracranial/plexon
90+
91+
- title: Getting started with BabySQUID data
92+
link: /getting_started/meg/babysquid
93+
94+
- title: Getting started with BTi/4D data
95+
link: /getting_started/meg/bti
96+
97+
- title: Getting started with Cerca OPM data
98+
link: /getting_started/meg/cerca
99+
100+
- title: Getting started with CTF data
101+
link: /getting_started/meg/ctf
102+
103+
- title: Getting started with FieldLine OPM data
104+
link: /getting_started/meg/fieldline
105+
106+
- title: Getting started with Neuromag/Elekta/Megin data
107+
link: /getting_started/meg/neuromag
108+
109+
- title: Getting started with OPM data recorded at the FIL
110+
link: /getting_started/meg/opm_fil
111+
112+
- title: Getting started with Ricoh data
113+
link: /getting_started/meg/ricoh
114+
115+
- title: Getting started with Yokogawa data
116+
link: /getting_started/meg/yokogawa
117+
118+
- title: Getting started with XSens motion capture data
119+
link: /getting_started/motion/xsens
120+
121+
- title: Getting started with Artinis NIRS data
122+
link: /getting_started/nirs/artinis
123+
124+
- title: Getting started with Hitachi NIRS data
125+
link: /getting_started/nirs/hitachi
126+
127+
- title: Getting started with NIRx NIRS data
128+
link: /getting_started/nirs/nirx
129+
130+
- title: Getting started with Shimadzu NIRS data
131+
link: /getting_started/nirs/shimadzu
132+
133+
- title: Getting started with SNIRF data
134+
link: /getting_started/nirs/snirf
135+
136+
- title: Getting started with audio data
137+
link: /getting_started/otherdata/audio
138+
139+
- title: Getting started with fMRI timeseries data
140+
link: /getting_started/otherdata/fmri
141+
142+
- title: Getting started with video data
143+
link: /getting_started/otherdata/video
144+
145+
- title: Getting started with AnyWave
146+
link: /getting_started/othersoftware/anywave
147+
148+
- title: Getting started with BIDS
149+
link: /getting_started/othersoftware/bids
150+
151+
- title: Getting started with BioImage Suite
152+
link: /getting_started/othersoftware/bioimage
153+
154+
- title: Getting started with EEGLAB
155+
link: /getting_started/othersoftware/eeglab
156+
157+
- title: Getting started with Homer
158+
link: /getting_started/othersoftware/homer
159+
160+
- title: Getting started with LORETA
161+
link: /getting_started/othersoftware/loreta
162+
163+
- title: Getting started with MNE-Python
164+
link: /getting_started/othersoftware/mne
165+
166+
- title: Importing your data
167+
link: /reading_data
168+

_data/tag/dataset.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- title: How can I share my MEG data?
2+
link: /faq/other/data_sharing
3+
4+
- title: Which datasets are used in the documentation and where are they used?
5+
link: /faq/other/datasets
6+
7+
- title: Where can I find open access MEG/EEG data?
8+
link: /faq/other/open_data
9+

_data/tag/datatype.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- title: How are the various MATLAB data structures defined?
2+
link: /faq/development/datatype
3+
4+
- title: What does a typical call to a FieldTrip function look like?
5+
link: /faq/development/fieldtrip_functioncall
6+
7+
- title: How is the segmentation defined?
8+
link: /faq/source/datatype_segmentation
9+
10+
- title: How is anatomical, functional or statistical "volume data" described?
11+
link: /faq/source/datatype_volume
12+

_data/tag/davis2019.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- title: ECoG/sEEG FieldTrip bootcamp at UC Davis
2+
link: /workshop/davis2019
3+

_data/tag/debug.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- title: How can I debug my analysis script if a FieldTrip function gives an error?
2+
link: /faq/development/matlab_debugging
3+

_data/tag/demean.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- title: Why is the largest peak in the spectrum at the frequency which is 1/segment length?
2+
link: /faq/spectral/why_largest_peak_spectrum
3+

0 commit comments

Comments
 (0)