Difference between revisions of "AnyWave"

From WikiMEG
Jump to: navigation, search
Line 14: Line 14:
 
Update: The Linux Debian package should now install and run correctly on Ubuntu 14.04
 
Update: The Linux Debian package should now install and run correctly on Ubuntu 14.04
 
=[[AnyWave:Faq|Read the FAQ]]=
 
=[[AnyWave:Faq|Read the FAQ]]=
=[[AnyWave:DataTutorial|A SEEG data processing example]]=
 
=[[AnyWave:AvailableReaders|List of file formats supported for reading]]=
 
=[[AnyWave:AvailableWriters|List of file formats supported for writing]]=
 
=[[AnyWave:AvailablePlugins|List of available signal processing plug-ins]]=
 
 
 
=[http://groups.google.com/group/anywave Join the google group to keep posted about AnyWave]=
 
=[http://groups.google.com/group/anywave Join the google group to keep posted about AnyWave]=
 
<html>
 
<html>
Line 37: Line 32:
 
=[https://github.com/anywave/anywave/issues/new Feel free to report bugs or submit any suggestion on our GitHub]=
 
=[https://github.com/anywave/anywave/issues/new Feel free to report bugs or submit any suggestion on our GitHub]=
 
=[[AnyWave:DeveloperCorner|Developer's corner]]=
 
=[[AnyWave:DeveloperCorner|Developer's corner]]=
 +
=[[AnyWave:DataTutorial|A SEEG data processing example]]=
 +
=[[AnyWave:AvailableReaders|List of file formats supported for reading]]=
 +
=[[AnyWave:AvailableWriters|List of file formats supported for writing]]=
 +
=[[AnyWave:AvailablePlugins|List of available signal processing plug-ins]]=
 
=Developing plug-ins=
 
=Developing plug-ins=
 
==[[AnyWave:WriteMatlabScripted|How to write a MATLAB Scripted plug-in]]==
 
==[[AnyWave:WriteMatlabScripted|How to write a MATLAB Scripted plug-in]]==
 
==[[AnyWave:WritePythonScripted|How to write a Python Scripted plug-in]]==
 
==[[AnyWave:WritePythonScripted|How to write a Python Scripted plug-in]]==

Revision as of 10:13, 26 February 2015

AnyWave : multi-platform software for visualizing and processing EEG/SEEG/MEG/XMG data.

Anywave.png

AnyWave is a software designed to easily open and view data recorded by EEG or MEG acquisition systems.
AnyWave is a modular software that can load additionnal plug-ins to enhance its features and capabilities.




Download AnyWave

Update: The Linux Debian package should now install and run correctly on Ubuntu 14.04

Read the FAQ

Join the google group to keep posted about AnyWave

Feel free to report bugs or submit any suggestion on our GitHub

Developer's corner

A SEEG data processing example

List of file formats supported for reading

List of file formats supported for writing

List of available signal processing plug-ins

Developing plug-ins

How to write a MATLAB Scripted plug-in

How to write a Python Scripted plug-in