Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-brain-lab/iblatlas
IBL atlas module
https://github.com/int-brain-lab/iblatlas
Last synced: about 1 month ago
JSON representation
IBL atlas module
- Host: GitHub
- URL: https://github.com/int-brain-lab/iblatlas
- Owner: int-brain-lab
- License: mit
- Created: 2023-09-12T07:50:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:58:32.000Z (3 months ago)
- Last Synced: 2024-09-18T14:58:13.537Z (3 months ago)
- Language: Python
- Size: 5.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# iblatlas
Tools to manipulate hierarchical 3D representations of the mouse brain anatomy for electrophysiolgy experiments.
The tools are mainly using the the Allen CCF although some other atlases can be used.**This repository uses minimal requirements, based of standard `matplotlib`, `numpy` and `scipy` libraries, to the exclusion
of more complex visualization tools such as `pyqt`.**## Documentation
[Full package documentation](https://int-brain-lab.github.io/iblenv/_autosummary/iblatlas.html#module-iblatlas)[Notebooks and examples](https://int-brain-lab.github.io/iblenv/notebooks_external/atlas_working_with_ibllib_atlas.html)
## Installation
`pip install iblatlas`## Contributing
Changes are merged by pull requests.
Release checklist:
- [x] Update version in `iblatlas/__init__.py`
- [x] Update `CHANGELOG.md`
- [x] Create a pull request to the `main` branch on GitHub
- [x] Once the PR is merged, create a new tag and push the tagOnce a tag is pushed on main the package is uploaded to PyPI using GitHub Actions.