From 158a58abe5eb01b00df638007a8053d54b5869cb Mon Sep 17 00:00:00 2001 From: hzaatiti Date: Wed, 5 Jun 2024 12:51:53 +0400 Subject: [PATCH] add visu data from kit script fieldtrip --- README.rst | 5 ++++- pipeline/field_trip_pipelines/visualise_kit_data.m | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a5839e72..ab44d2b5 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ diff --git a/pipeline/field_trip_pipelines/visualise_kit_data.m b/pipeline/field_trip_pipelines/visualise_kit_data.m index a9806db6..661156d3 100644 --- a/pipeline/field_trip_pipelines/visualise_kit_data.m +++ b/pipeline/field_trip_pipelines/visualise_kit_data.m @@ -3,6 +3,7 @@ confile = fullfile([BOX_DIR,'oddball\sub-03\meg-kit\sub-03-raw-kit.con']); + % load in the data cfg = []; cfg.dataset = confile; @@ -10,8 +11,7 @@ data_all = ft_preprocessing(cfg); - -% +% cfg = []; cfg.viewmode = 'vertical'; cfg.blocksize = 300; % seconds