-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# Brain Source Imaging (BSI) Zoo | ||
The goal of this repository is to efficiently implement conventional and state-of-the art brain source imaging techniques and benchmark their performance with respect to different metrics. In the following, we will briefly describe the key information about each method and show preliminary performance results on the [RAMP challenge](https://github.com/ramp-kits/meg). | ||
# Welcome to the Brain Source Imaging (BSI) Zoo | ||
|
||
<img src="https://github.com/braindatalab/BSI-Zoo/assets/29161453/96f3ff0e-c167-413a-b86e-3b8c69274739" alt="drawing" width="300"/> | ||
|
||
This package allows for a standardized comparison of BSI methods with custom simulations. | ||
|
||
✔️ source estimation at controlled SNR levels | ||
|
||
✔️ support for both random and semi-real data generation | ||
|
||
✔️ support for fixed and free orientation | ||
|
||
✔️ performance evaluation | ||
|
||
✔️ parameter optimisation | ||
|
||
|
||
.. and ships with several BSI methods! | ||
|
||
## Setup | ||
``` | ||
python setup.py install | ||
``` | ||
|
||
## Documentation | ||
|
||
Coming Soon 🚀 |