Skip to main content

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 .

Oxford-specific computers

If you are installing on an OHBA workstation computer (HBAWS) use:

git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/hbaws.yml
conda activate osl
pip install -e .
pip install spyder==5.1.5

Or on the BMRC cluster:

git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/bmrc.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osl-1.0.0.tar.gz (10.9 MB view details)

Uploaded Source

Built Distribution

osl-1.0.0-py2.py3-none-any.whl (11.0 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file osl-1.0.0.tar.gz.

File metadata

  • Download URL: osl-1.0.0.tar.gz
  • Upload date:
  • Size: 10.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for osl-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e525e3ff541c64808b16e622d6732376ccf57609baccaf5ad9ffcdd2082ca5cc
MD5 7f2330af7163d190728e858eca876f07
BLAKE2b-256 3f083af160c8af3ae2fb00617a53c0d480645deb5a1b7a0d2d340bdca2d464c9

See more details on using hashes here.

File details

Details for the file osl-1.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: osl-1.0.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/4.0.2 CPython/3.9.12

File hashes

Hashes for osl-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3c720367a50ab118c8e5c601e263e38f1447b713562b2b6005854ef48a2f768f
MD5 b95571fb1e45ff128ba075c00364c75a
BLAKE2b-256 28c6434392f5394e265722fcd1cc45a52af2b4134ddffaa2c6aa9222470268e7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page