What problem does it solve? Analyzing magnetoencephalography (MEG) data requires coordinating many specialized steps—filtering, artifact removal, epoching, time-frequency analysis, and source localization—across multiple file formats and tools. This Skill orchestrates that entire pipeline through MNE-Python so researchers get reproducible, well-organized outputs without writing boilerplate code. ## Core Features & Use Cases - Full MEG preprocessing pipeline: Maxwell filtering (SSS), band-pass and notch filtering, ICA-based artifact removal, epoching, and evoked response computation for Elekta (.fif), CTF (.ds), and KIT (.con) systems. - Time-frequency analysis: Morlet wavelet and multitaper spectral analysis producing power and inter-trial coherence (ITC) maps via the bundled scripts/time_frequency.py. - Source localization & connectivity: Forward/inverse modeling (MNE, dSPM, sLORETA, LCMV beamformer) with FreeSurfer integration, plus sensor- and source-level connectivity (coherence, PLV, dPLI). - Use Case: A researcher with Cam-CAN MEG recordings asks to clean the data, remove cardiac artifacts, and compute alpha-band power over time—this Skill plans the steps, confirms with the user, and delegates execution to MNE-Python, saving results in a structured meg_output/ directory. ## Quick Start Ask the agent to preprocess my MEG recording at data/sub-01_meg.fif and run a Morlet time-frequency analysis from 1 to 100 Hz with baseline correction.