From 1f778df6221d47e89a9f66f2d6f09dd34ed93a45 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsilimparis Date: Thu, 19 Sep 2024 19:55:27 +0200 Subject: [PATCH] update faq.md and add link to the preprocessing tutorial --- faq.md | 1 + tutorial/preprocessing.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 2d9da461f..7f8c064b2 100644 --- a/faq.md +++ b/faq.md @@ -17,6 +17,7 @@ See also the [tutorials](/tutorial) and [example scripts](/example). - [How can I inspect the electrode impedances of my data?](/faq/how_can_i_inspect_the_electrode_impedances_of_my_data) - [Should I rereference my EEG data prior to, or after ICA?](/faq/should_I_rereference_prior_to_or_after_ica_for_artifact_removal) - [I used to work with trl-matrices that have more than 3 columns. Why is this not supported anymore?](/faq/i_used_to_work_with_trl-matrices_that_have_more_than_3_columns._why_is_this_not_supported_anymore) +- [Why should I set cfg.continuous = 'yes' when preprocessing CTF trial-based data?](/faq/continuous) ### Specific data formats diff --git a/tutorial/preprocessing.md b/tutorial/preprocessing.md index 2e4180a90..ad40b39f7 100644 --- a/tutorial/preprocessing.md +++ b/tutorial/preprocessing.md @@ -49,7 +49,7 @@ This results in a cfg.trl that contains the trial definitions of all conditions The output of **[ft_definetrial](/reference/ft_definetrial)** can be used for **[ft_preprocessing](/reference/ft_preprocessing)**. cfg.channel = {'MEG' 'EOG'}; - cfg.continuous = 'yes'; + cfg.continuous = 'yes'; % see https://www.fieldtriptoolbox.org/faq/continuous/ data_all = ft_preprocessing(cfg); Save the data to disk