Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Documentation-116
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • 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
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • anywave
  • Documentation-116
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jun 25, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 0d8b35e9
...@@ -21,12 +21,13 @@ Linux version of AnyWave will run in a docker container. ...@@ -21,12 +21,13 @@ Linux version of AnyWave will run in a docker container.
3. Install the anywave dockere container 3. Install the anywave dockere container
4. Run the application using the following script: 4. Run the application using the following script:
````bash ````bash
xhost +local:docker # Autorise Docker à accéder à X11 (à faire une fois par session)
docker run -it --rm \ docker run -it --rm \
-e DISPLAY=$DISPLAY \ -e DISPLAY=$DISPLAY \
-e QT_X11_NO_MITSHM=1 \ -e QT_X11_NO_MITSHM=1 \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -v /tmp/.X11-unix:/tmp/.X11-unix \
--user $(id -u):$(id -g) \ --user $(id -u):$(id -g) \
-v /mnt:/mnt \
-v /home/$USER/AnyWave:/home/appuser/AnyWave \ -v /home/$USER/AnyWave:/home/appuser/AnyWave \
-v "/home/$USER/.config/INSERM U1106":"/home/appuser/.config/INSERM U1106" \ -v "/home/$USER/.config/INSERM U1106":"/home/appuser/.config/INSERM U1106" \
bcolombet/anywave:latest bcolombet/anywave:latest
...@@ -37,12 +38,14 @@ If you wan to use MATLAB or Compiled MATLAB plugins and thus the MATLAB Runtime ...@@ -37,12 +38,14 @@ If you wan to use MATLAB or Compiled MATLAB plugins and thus the MATLAB Runtime
2. install the MATLAB Runtime on your Linux. 2. install the MATLAB Runtime on your Linux.
3. add the following two lines to the script above just before the last line: 3. add the following two lines to the script above just before the last line:
````bash ````bash
xhost +local:docker # Autorise Docker à accéder à X11 (à faire une fois par session)
docker run -it --rm \ docker run -it --rm \
-e DISPLAY=$DISPLAY \ -e DISPLAY=$DISPLAY \
-e QT_X11_NO_MITSHM=1 \ -e QT_X11_NO_MITSHM=1 \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -v /tmp/.X11-unix:/tmp/.X11-unix \
--user $(id -u):$(id -g) \ --user $(id -u):$(id -g) \
-v /mnt:/mnt \
-v /home/$USER/AnyWave:/home/appuser/AnyWave \ -v /home/$USER/AnyWave:/home/appuser/AnyWave \
-v "/home/$USER/.config/INSERM U1106":"/home/appuser/.config/INSERM U1106" \ -v "/home/$USER/.config/INSERM U1106":"/home/appuser/.config/INSERM U1106" \
-v /usr/local/MATLAB/R2024b:/usr/local/MATLAB/R2024b \ -v /usr/local/MATLAB/R2024b:/usr/local/MATLAB/R2024b \
......
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