Skip to content

Commit

Permalink
DOC: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzE committed May 4, 2020
1 parent 04ecaef commit 6c184a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions doc/gh-pages/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Other projects include:

## What is MNE-CPP?

MNE-CPP is both an open source collection of cross-platform software tools and a framework for development. We provide two main GUI applications, MNE Scan and MNE Analyze, as well as several command line tools. MNE Scan is used for acquisition and real-time processing, while MNE Analyze is used for visualization and analysis of pre-recorded data.
MNE-CPP is both an open-source collection of cross-platform software tools and a framework for development. We provide two main GUI applications, MNE Scan and MNE Analyze, as well as several command line tools. MNE Scan is used for acquisition and real-time processing, while MNE Analyze is used for visualization and analysis of pre-recorded data.

MNE-CPP provides a cross-platform library which allows the processing of MEG/EEG data. It can be used to develop new applications, or to add functionality to existing ones.

MNE-CPP is open source licensed under BSD (clause 3). MNE-CPP has two external dependencies, namely [Qt](https://www.qt.io/){:target="_blank" rel="noopener"} and [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page){:target="_blank" rel="noopener"}.
MNE-CPP is open-source licensed under BSD (clause 3). MNE-CPP has two external dependencies, namely [Qt](https://www.qt.io/){:target="_blank" rel="noopener"} and [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page){:target="_blank" rel="noopener"}.

## Why use MNE-CPP?

Expand Down
32 changes: 16 additions & 16 deletions doc/gh-pages/pages/install/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ nav_order: 1

New applications:

* MNE Scan including new plugins: fiffsimulator, ftbuffer, babymeg, natus, brainamp, eegosports, gusbamp, tmsi, brainflowboard, lsladapter, dummytoolbox, rtcmne, averaging, covariance, noisereduction, neuronalconnectivity, writetofile, hpi
* MNE Analyze including new plugins: dataloader, datamanager, rawdataviewer, annotationmanager
* MNE Rt Server
* MNE Forward Solution
* MNE Dipole Fit
* **MNE Scan** including new plugins: fiffsimulator, ftbuffer, babymeg, natus, brainamp, eegosports, gusbamp, tmsi, brainflowboard, lsladapter, dummytoolbox, rtcmne, averaging, covariance, noisereduction, neuronalconnectivity, writetofile, hpi
* **MNE Analyze** including new plugins: dataloader, datamanager, rawdataviewer, annotationmanager
* **MNE Rt Server**
* **MNE Forward Solution**
* **MNE Dipole Fit**

New API libraries:

* utils - Design patterns, generlaized classes, mathematical routines, I/O helpers
* fs - FreeSurfer I/O routines
* fiff - Fiff I/O routines
* mne - I/O routines for MNE objects
* fwd - Forward modeling
* inverse - Inverse modeling
* communication - Tools for real-time communication
* rtprocessing - Tools for real-time data processing
* connectivity - Functional connectivity metrics
* disp - 2D visualization routines
* disp3D - 3D visualization routines
* **utils** - Design patterns, generlaized classes, mathematical routines, I/O helpers
* **fs** - FreeSurfer I/O routines
* **fiff** - Fiff I/O routines
* **mne** - I/O routines for MNE objects
* **fwd** - Forward modeling
* **inverse** - Inverse modeling
* **communication** - Tools for real-time communication
* **rtprocessing** - Tools for real-time data processing
* **connectivity** - Functional connectivity metrics
* **disp** - 2D visualization routines
* **disp3D** - 3D visualization routines

### Authors

Expand Down

0 comments on commit 6c184a0

Please sign in to comment.