Difference between revisions of "AnyWave"

From WikiMEG
Jump to: navigation, search
(Developer corner)
(Join the google group to keep posted about AnyWave)
Line 17: Line 17:
  
 
=[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>
 +
<iframe id="forum_embed"
 +
  src="javascript:void(0)"
 +
  scrolling="no"
 +
  frameborder="0"
 +
  width="900"
 +
  height="700">
 +
</iframe>
 +
<script type="text/javascript">
 +
  document.getElementById('forum_embed').src =
 +
    'https://groups.google.com/forum/embed/?place=forum/anywave'
 +
    + '&showsearch=true&showpopout=true&showtabs=false'
 +
    + '&parenturl=' + encodeURIComponent(window.location.href);
 +
</script></html>
 +
 
=[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]=
  

Revision as of 10:02, 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.




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

Join the google group to keep posted about AnyWave

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

Download AnyWave

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

Read the FAQ

Developer's corner

Developing plug-ins

How to write a MATLAB Scripted plug-in

How to write a Python Scripted plug-in