Skip to content

Commit

Permalink
add visu data from kit script fieldtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzaatiti committed Jun 5, 2024
1 parent df85405 commit 158a58a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
**MEG/EEG-pipeline** provides documentation for the Magnetoencephalography (MEG) and ElectroEncephaloGraphy (EEG) systems in the MEG laboratory and EEG setup within Brain Imaging Core Technology Platform.
**MEG/EEG-pipeline** provides documentation for the Magnetoencephalography (MEG) and
ElectroEncephaloGraphy (EEG) systems in the MEG laboratory and EEG setup
within Brain Imaging Core Technology Platform. MEG lab is situated in A2, 008, Ground floor, New York University Abu Dhabi.

It offers a *simple* and *intuitive* overview on how MEG machines work, the specification of the system, what kind of data are generated and how to process them using *ready-to-use* pipelines. This documentation additionally provides a guide to build your own MEG-system experiment and what is required to successfully execute the experiment.

If you like to get a .PDF document of this website, click here `Download PDF <https://meg-pipeline.readthedocs.io/_/downloads/en/latest/pdf/>`_
Expand Down
4 changes: 2 additions & 2 deletions pipeline/field_trip_pipelines/visualise_kit_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

confile = fullfile([BOX_DIR,'oddball\sub-03\meg-kit\sub-03-raw-kit.con']);


% load in the data
cfg = [];
cfg.dataset = confile;
cfg.coilaccuracy = 0;
data_all = ft_preprocessing(cfg);



%
%
cfg = [];
cfg.viewmode = 'vertical';
cfg.blocksize = 300; % seconds
Expand Down

0 comments on commit 158a58a

Please sign in to comment.