OHBA Software Library
Project description
OHBA Software Library (OSL)
Tools for MEG/EEG analysis.
Documentation: https://osl.readthedocs.io/en/latest/.
Installation
See the official documentation for recommended installation instructions.
Alternatively, OSL can be installed from source code within a Miniconda (or Anaconda) environment using the following.
Linux
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/linux.yml
conda activate osl
pip install -e .
Mac
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/mac.yml
conda activate osl
pip install -e .
Removing OSL
Simply removing the conda environment and delete the repository:
conda env remove -n osl
rm -rf osl
For Developers
Run tests:
cd osl
pytest tests
or to run a specific test:
cd osl/tests
pytest test_file_handling.py
Build documentation:
python setup.py build_sphinx
Compiled docs can be found in doc/build/html/index.html
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
osl-0.9.0.tar.gz
(10.9 MB
view details)
Built Distribution
osl-0.9.0-py2.py3-none-any.whl
(11.0 MB
view details)
File details
Details for the file osl-0.9.0.tar.gz
.
File metadata
- Download URL: osl-0.9.0.tar.gz
- Upload date:
- Size: 10.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 172a804f147b2393e280813977f9e87b736843d9b40b89339685f6147757d2e5 |
|
MD5 | dc6cd1f3ce0f566694cd024f9cd2ca0f |
|
BLAKE2b-256 | 627fa1d86d90dda77638c59f3e90755de08542ca0c2c110452a0df658e5aa29c |
File details
Details for the file osl-0.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: osl-0.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.0 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 269e6846784633971ae6597623db432270f7e32053106ce7764bd5491fcfadd5 |
|
MD5 | f95913d54b397fbe073a52b9da37a3f6 |
|
BLAKE2b-256 | 9adf2f2a0658294b8f76c961df944bd4f3479d436b762edefcbee8383c3cbde9 |