Skip to content

Commit

Permalink
added icons and improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisferreyra13 committed May 4, 2023
1 parent 4b24211 commit 4e20f59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ BIDS Manager version 1.4.3
## Compiled version
You can download a compiled version here: https://github.com/Dynamap/BIDS_Manager/archive/main.zip

## How to debug it
1. Take the following folders from ./app_utils folder and move them to the root folder of the project:
1. deface_needs
2. SoftwarePipeline
2. Run the script bids_manager.py to start the app.

## Features
* Collect data in differents format:
* DICOM
Expand All @@ -29,11 +23,11 @@ You can download a compiled version here: https://github.com/Dynamap/BIDS_Manage
* Run analysis with BIDS Manager-Pipeline

## Main Requirements
* Python 3.7
* Python >= 3.7
* AnyWave, available here: http://meg.univ-amu.fr/wiki/AnyWave
* dicm2nii.exe (is a Windows compiled version of dicm2nii.m https://github.com/xiangruili/dicm2nii) and requires the version 9.5 (R2018b) of the MATLAB Runtime (http://www.mathworks.com/products/compiler/mcr/index.html)

## Python library required
## Dependencies
* pydicom
* PyQt5
* bids-validator
Expand All @@ -46,6 +40,16 @@ You can download a compiled version here: https://github.com/Dynamap/BIDS_Manage
* scipy
* openpyxl

## How to debug it
1. Take the following folders from ./app_utils folder and move them to the root folder of the project:
1. deface_needs
2. SoftwarePipeline
2. Run the script bids_manager.py to start the app.

## Pipelines
You can to do data analysis with softwares defined in SoftwarePipeline. There are two files .json (as templates) for computing ICA and power spectral density with Anywave, but you can add your own software as soon as it works with command line executions.


## Authors & Maintainers
* BIDS Manager developper: Nicolas Roehri <roehri.nicolas@gmail.com>
* BIDS Uploader developper: Samuel Medina <samuel.medinavillalon@gmail.com>
Expand Down
Binary file added icons/bids_manager_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/bids_manager_icon_resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e20f59

Please sign in to comment.