{ "nbformat_minor": 0, "nbformat": 4, "cells": [ { "execution_count": null, "cell_type": "code", "source": [ "%matplotlib inline" ], "outputs": [], "metadata": { "collapsed": false } }, { "source": [ "\n# From raw data to dSPM on SPM Faces dataset\n\n\nRuns a full pipeline using MNE-Python:\n\n - artifact removal\n - averaging Epochs\n - forward model computation\n - source reconstruction using dSPM on the contrast : \"faces - scrambled\"\n\n
This example does quite a bit of processing, so even on a\n fast machine it can take several minutes to complete.