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
  • User Manual

User Manual · Changes

Page history
Update User Manual authored Jul 23, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 0 deletions
+0 -0
  • User-Manual.md User-Manual.md +0 -0
  • No files found.
User-Manual.md 0 → 100644
View page @ f353a570
[[_TOC_]]
# Open data set
Click on the toolbar button to open a data set
![image](uploads/4497e89faa7348be698ad253911f29b0/image.png)
You can also use the File Menu
# Open BIDS folder
Use the File Menu->Open BIDS option. Note that you can also open a BIDS data set if you manually open a data file which is within a BIDS folder. AnyWave will detect the file is part of a BIDS and then will open the BIDS folder.
# [Basic features](basic-features)
# [Montages](montage)
# [Markers](markers)
# AnyWave Folders
The application will create several folders in the Home directory of the user:
* _Documents\\AnyWave_ on Windows
* _/Users/username/AnyWave_ on macOS
* _/home/username/AnyWave_ on Linux
They are several folders created by AnyWave but only some are usefull to know for the user.
## Settings
This is the folder where AnyWave will put configuration and settings files. Do not delete or modify them.
However, this is also the place to create a **user.json** file to specify particular parameters AnyWave will use.
See Customise settings section.
# Customise settings
AnyWave allows the user to change preferences using the Edit->Preferences menu.\
However, it is possible to customise some features using a user.json file that the user can put in the HOMEDIR/AnyWave/Settings folder.
## MATLAB
On Linux and macOS AnyWave expects MATLAB to be installed on /usr/local and /Applications respectively.
If you have installed MATLAB and MATLAB Runtime in another location, please add a user.json file in AnyWave Settings folder:
````json
{
"matlab_path" : "/path/to/MATLAB/including/Release folder",
"matlab_runtime_path" : "/path to RUNTIME including the Release foder"
}
````
Restart AnyWave.
This is not needed on Windows as MATLAB and MATLAB Runtime should be in the PATH environment variable, allowing AnyWave to detect them.
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • ICA
  • Imaginary Coherence
  • MATLAB anywave function
  • MATLAB_BIDS
  • MATLAB_change_sig_prop
  • MATLAB_debug
  • MATLAB_get_data
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
View All Pages