diff --git a/examples/decoding/cohy_decomposition_plotting.py b/examples/decoding/cohy_decomposition_plotting.py index d7768963..75f4f84a 100644 --- a/examples/decoding/cohy_decomposition_plotting.py +++ b/examples/decoding/cohy_decomposition_plotting.py @@ -67,8 +67,9 @@ ######################################################################################## # Generating the filters and patterns # ----------------------------------- -# We will first load some example MEG data which we will generate the spatial filters -# and patterns for, and divide it into epochs. +# We will first load some example MEG data collected during a hand movement task, which +# we will generate the spatial filters and patterns for. We divide the data into +# continuous epochs. # %%