Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Documentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • anywave
  • Documentation
  • Wiki
  • Home

Home · Changes

Page history
transferring wiki from anywave to documentation authored Jun 06, 2024 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 38 additions and 0 deletions
+38 -0
  • home.md home.md +38 -0
  • No files found.
home.md 0 → 100644
View page @ 2d1e05f5
# Presentation
<img src="uploads/70a550a749f1b867a67aa4f9cd0ac0c3/image.png" width="400">
AnyWave is a software designed to easily open and view data recorded by EEG or MEG acquisition systems.
AnyWave is modular and can load additional plug-ins to enhance its features and capabilities.
The development of AnyWave is supported by INSERM and Aix-Marseille University.
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
# Download
Fill the form on the [following page](https://meg.univ-amu.fr/AnyWave/download.html) to download the version you want.
- **Linux** version: The application is provided as a docker container [here](https://hub.docker.com/repository/docker/bcolombet/anywave/general)
To run it use this [run.sh](uploads/7af4af0d3fb2a2c7d28c9a2ca7d4760e/run.sh) script.
A good practice is to create a symlink of the script in /usr/bin called anywave.
That way, a simple anywave command from a terminal will launch the application.
As an alternative it is possible to build the software from sources using the documentation provided here: [Build your own AnyWave](Build_AnyWave).
# [Changes](Changes)
See what changed over the different releases.
# [Plugins](Plugins)
## [Write MATLAB plugins](MATLAB_API)
### [Make your plugin BIDS Pipeline compatible](MATLAB_BIDS)
### [DEBUG PLUGINS directly in MATLAB](MATLAB_debug)
### [MATLAB API functions](MATLAB_functions)
## [Write Python plugins](Python_plugins)
### [DEBUG Python plugin](Python_debug)
### [Python API package](Python_package)
# [Command Line Interface (CLI)](CLI)
## [list of processing you can do in command line](CLI_List)
\ No newline at end of file
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • MATLAB_API
  • MATLAB_BIDS
  • MATLAB_debug
  • MATLAB_functions
  • MATLAB_get_data
  • MATLAB_get_data_ex
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
  • MATLAB_run
View All Pages