Difference between revisions of "AnyWave"

From WikiMEG
Jump to: navigation, search
(Join the google group to keep posted about AnyWave)
 
(220 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
=Introduction=
 
'''AnyWave''' : multi-platform software for visualizing and processing EEG/SEEG/MEG/XMG data.<br/>
 
'''AnyWave''' : multi-platform software for visualizing and processing EEG/SEEG/MEG/XMG data.<br/>
[[File:Anywave.png|600px|left]]
+
[[Image:AnyWave.png|left|600px]]
  
 
'''AnyWave''' is a software designed to easily open and view data recorded by EEG or MEG acquisition systems.<br/>
 
'''AnyWave''' is a software designed to easily open and view data recorded by EEG or MEG acquisition systems.<br/>
'''AnyWave''' is a modular software that can load additionnal plug-ins to enhance its features and capabilities.<br/>
+
'''AnyWave''' is modular and can load additionnal plug-ins to enhance its features and capabilities.<br/>
  
 +
The development of AnyWave is supported by '''INSERM''' and '''Aix-Marseille University'''. <br />
 +
The main developper is Bruno Colombet (bruno.colombet@univ-amu.fr). <br />
 +
AnyWave was licensed with the help of SATT Sud-Est.<br /><br/>
 +
Cite us: Colombet B, Woodman M, Badier JM and Bénar CG. “AnyWave: a cross-platform and modular software for visualizing and processing electrophysiological signals.”<br />
 +
''Journal of neuroscience methods 242 (2015): 118-26.''
 +
<br clear=all>
 +
<br/>
 +
{| style="text-align: center; margin: auto;"
 +
|+ Quick Navigation
 +
|-
 +
| [[File:AwDownload.png|400px|link=AnyWave:Download|'''DOWNLOAD''']] ||  [[File:AwChangeNotes.png|400px|link=AnyWave:ChangeNotes|'''Change notes''']]
 +
|-
 +
| [[File:AwFAQ.png|400px|link=AnyWave:Faq|'''FAQ''']] || [[File:AwTutorials.png|400px|link=AnyWave:Tutorials|'''Tutorials''']]
 +
|-
 +
| [[File:AwPlugins.png|400px|link=AnyWave:Plug-ins|'''Plugins''']] || [[File:AwWritePlugins.png|400px|link=AnyWave:DeveloperCorner|Code your own plugins]]
 +
|-
 +
| [[File:Menu_cli.png|400px|link=AnyWave:CommandLine|'''The Command Line Interface of AnyWave''']]
 +
|}
 +
<br/>
 +
{| style="text-align: center; margin: auto;"
 +
|+ Learn more and keep updated
 +
|-
 +
| [[Image:Facebook_icon.png|50px|link=https://www.facebook.com/AnyWaveSoftware]] ||  [[Image:HAL_logo.jpg|50px|link=https://hal.archives-ouvertes.fr/hal-01323171]] || [[Image:pubmed_logo.png|50px|link=http://www.ncbi.nlm.nih.gov/pubmed/25614386]] || [[Image:Gitlab.png|50px|link=https://gitlab-dynamap.timone.univ-amu.fr/anywave/AnyWave]]
 +
|-
 +
|}
  
 +
=General presentation of what AnyWave can do=
 +
{|style="text-align: center;"
 +
|-
 +
| Open a data file and visualize the channels it contains|| How to add markers
 +
|-
 +
| <youtube>https://youtu.be/YsniKbWF3XQ</youtube>|| <youtube>https://www.youtube.com/watch?v=mVkpJVsSQ5g</youtube>
 +
|-
 +
| How to remove cardiac activity using ICA|| How to remove data around the TMS stimulations
 +
|-
 +
| <youtube>https://youtu.be/BHtwAXjKFUg</youtube>|| <youtube>https://youtu.be/1FIRitHwVMU</youtube>
 +
|-
 +
| How to compute H² on two conditions|| Compare two H² series
 +
|-
 +
| <youtube>https://youtu.be/l_pMSq1xLDo</youtube>|| <youtube>https://youtu.be/g3ZjX_LUX6k</youtube>
 +
|}
  
 
+
<big>More tutorials available in the [[AnyWave:Tutorials|Tutorials]] section.</big>
 
+
 
+
 
+
=[[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]=
+
<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]=
+
 
+
=[http://meg.univ-amu.fr/AnyWave/download.html Download AnyWave]=
+
Update: The Linux Debian package should now install and run correctly on Ubuntu 14.04
+
 
+
=[[AnyWave:Faq|Read the FAQ]]=
+
 
+
=[[AnyWave:DeveloperCorner|Developer's corner]]=
+
 
+
=Developing plug-ins=
+
==[[AnyWave:WriteMatlabScripted|How to write a MATLAB Scripted plug-in]]==
+
==[[AnyWave:WritePythonScripted|How to write a Python Scripted plug-in]]==
+

Latest revision as of 10:10, 7 February 2021

Introduction

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 modular and can load additionnal plug-ins to enhance its features and capabilities.

The development of AnyWave is supported by INSERM and Aix-Marseille University.
The main developper is Bruno Colombet (bruno.colombet@univ-amu.fr).
AnyWave was licensed with the help of SATT Sud-Est.

Cite us: Colombet B, Woodman M, Badier JM and Bénar CG. “AnyWave: a cross-platform and modular software for visualizing and processing electrophysiological signals.”
Journal of neuroscience methods 242 (2015): 118-26.

Quick Navigation
DOWNLOAD Change notes
FAQ Tutorials
Plugins Code your own plugins
The Command Line Interface of AnyWave


Learn more and keep updated
Facebook icon.png HAL logo.jpg Pubmed logo.png Gitlab.png

General presentation of what AnyWave can do

Open a data file and visualize the channels it contains How to add markers
How to remove cardiac activity using ICA How to remove data around the TMS stimulations
How to compute H² on two conditions Compare two H² series

More tutorials available in the Tutorials section.