Skip to main content

MNE Browse Raw

Under Development

MNE Browse is currently being ported to MNE-CPP and is not yet feature-complete compared to the original MNE-C mne_browse_raw application. The information below describes the planned functionality.

Overview

mne_browse is a GUI application for browsing and visualizing raw MEG/EEG data stored in FIFF format. It provides interactive viewing of multi-channel time-series data with tools for navigation, scaling, filtering, and channel selection.

Planned Features

  • Interactive scrolling through raw MEG/EEG data
  • Adjustable time scale and amplitude scaling
  • Channel selection and grouping
  • Real-time filtering display
  • Bad channel marking
  • Event/trigger display
  • SSP projection toggling
  • Data annotation

Current Status

The basic browsing functionality is available through the mne_browse application. For more comprehensive raw data browsing and analysis capabilities, consider using the MNE Analyze application or MNE Scan for real-time data viewing.

Online (Experimental)

An experimental WebAssembly build of MNE Browse is available. It runs entirely locally inside the browser — no installation needed, no data uploaded. Learn more about data privacy.

Launch MNE Browse in your browser

See Also

  • mne_process_raw — Batch-mode (non-interactive) raw data processing: filtering, averaging, covariance estimation, SSP
  • MNE Analyze — For offline analysis including raw data viewing
  • MNE Scan — For real-time data acquisition and browsing
  • Online Applications (WebAssembly) — All browser-based MNE-CPP applications, data privacy details, and technical background