Skip to content

Commit

Permalink
update faq.md and add link to the preprocessing tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
contsili committed Sep 19, 2024
1 parent b218eac commit 1f778df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tutorial/preprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f778df

Please sign in to comment.