{"id":18754215,"url":"https://github.com/brainstorm-tools/bst-users","last_synced_at":"2025-04-13T00:32:04.688Z","repository":{"id":38628134,"uuid":"71832078","full_name":"brainstorm-tools/bst-users","owner":"brainstorm-tools","description":"Scripts and data shared by Brainstorm users","archived":false,"fork":false,"pushed_at":"2024-05-27T21:33:51.000Z","size":2877,"stargazers_count":6,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T18:57:26.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainstorm-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-24T21:05:17.000Z","updated_at":"2024-05-27T21:33:55.000Z","dependencies_parsed_at":"2024-05-28T00:24:40.459Z","dependency_job_id":"483df12e-64d0-4b10-be6f-02226a9c5eab","html_url":"https://github.com/brainstorm-tools/bst-users","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstorm-tools%2Fbst-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstorm-tools%2Fbst-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstorm-tools%2Fbst-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainstorm-tools%2Fbst-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainstorm-tools","download_url":"https://codeload.github.com/brainstorm-tools/bst-users/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650590,"owners_count":21139670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T17:28:18.929Z","updated_at":"2025-04-13T00:32:02.524Z","avatar_url":"https://github.com/brainstorm-tools.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Brainstorm-Users\nAs the active [Brainstorm's user community](https://neuroimage.usc.edu/brainstorm/Community) is growing in size and diversity, we decided to launch this repository to **data**, **processes** and **scripts** shared by [Brainstorm](https://neuroimage.usc.edu/brainstorm/Introduction) users, and make them available to all users.\n\n\n## Creating you own processes\nIf you are interested in running your own code from the Brainstorm interface and benefit from the powerful [database](https://neuroimage.usc.edu/brainstorm/Tutorials/Database) and [visualization systems](https://neuroimage.usc.edu/brainstorm/Screenshots), the best option is probably for you to [create your own Brainstorm processes](https://neuroimage.usc.edu/brainstorm/Tutorials/TutUserProcess). It can take some time to get used to this logic but it is time well invested: you will be able to exchange code easily with your collaborators and the methods you develop could immediately reach thousands of users. Once your process are stable and address a recurrent need for other Brainstorm users, we can integrate them in the [main Brainstorm distribution](https://github.com/brainstorm-tools/brainstorm3) and maintain the code for you to ensure it stays compatible with the future releases of the software.\n\n#### :brain: Check this page on \u003ca href=\"https://neuroimage.usc.edu/brainstorm/Tutorials/TutUserProcess\"\u003e How to write your own Brainstorm process\u003c/a\u003e\n\n### Examples\nThe easiest way to write your own process function is to start working from an existing example. As such, we provide three sample processes that can help you for specific tasks:\n * Generate a head model / leadfield matrix: [`process_headmodel_test.m`](/processes/examples/process_headmodel_test.m)\n * Generate an inverse model / source matrix: [`process_beamformer_test.m`](/processes/examples/process_beamformer_test.m)\n * Load all the trials in input at once and process them: [`process_example_customavg.m`](/processes/examples/process_example_customavg.m)\n\n## Using processes\nTo use processes from other users, copy only the `process_*.m` functions to the [`process` folder in the user directory](https://neuroimage.usc.edu/brainstorm/Tutorials/TutUserProcess#Process_folders), typically:\n\n| **Windows** |  `C:\\Users\\username\\.brainstorm\\process\\` |\n|--- |--- |\n| **Linux** | `/home/username/.brainstorm/process/` |\n| **MacOS** | `/Users/username/.brainstorm/process/` |\n\n## Submit\nThe main way to can send your script and process in Submit a process or script through a GitHub [Pull-Request](https://docs.github.com/en/pull-requests), see the [CONTRIBUTING.md](CONTRIBUTING.md) document for further details. Besides the `process_*.m` file, provide a `README.md` file describing what the process do, and a `screenshot.png` image file showing the GUI of the process.\n\n:bulb: If you want to contribute, but you're not familiar with GitHub, share with us your contribution in the [Brainstorm Forum](https://neuroimage.usc.edu/forums/).\n\n## Resources\n* How to write your own process  \n  https://neuroimage.usc.edu/brainstorm/Tutorials/TutUserProcess\n\n* Scripting (in Brainstorm)  \n  https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting\n\n* Brainstorm's Database Structure  \n  https://neuroimage.usc.edu/brainstorm/Tutorials/Database\n\n* Brainstorm Forum  \n  https://neuroimage.usc.edu/forums/\n\n* Brainstorm source code  \n  https://github.com/brainstorm-tools/brainstorm3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstorm-tools%2Fbst-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainstorm-tools%2Fbst-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstorm-tools%2Fbst-users/lists"}