{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n\n# The role of dipole orientations in distributed source localization\n\nWhen performing source localization in a distributed manner\n(i.e., using MNE/dSPM/sLORETA/eLORETA),\nthe source space is defined as a grid of dipoles that spans a large portion of\nthe cortex. These dipoles have both a position and an orientation. In this\ntutorial, we will look at the various options available to restrict the\norientation of the dipoles and the impact on the resulting source estimate.\n\n
A common \"gotcha!\" is that by default, dipole orientation information is discarded\n in the source estimate. Only the magnitude of the activity is retained. This means\n that by default, the source-level values are always positive. This has some\n implications that may not be immediately obvious:\n\n * Averaging across source estimated epochs does not produce a source estimated\n evoked response. Since values are always positive, noise does not \"cancel out\".\n This means the default settings are probably not suitable for things like\n performing linear regression or computing correlations across epochs in source\n space.\n\n * Oscillatory signals are distorted, as for example a sine wave will become a series\n of bumps. Hence, frequency analysis in source space is not meaningful when using\n the default settings.