Multyscale is not yet available on package registries (e.g., PyPI). Instead:
-
clone from GitHub (TUB):
git clone [email protected]:computational-psychology/multyscale.git
-
Multyscale can then be installed using pip. From top-level directory (which contains
setup.py
) run:pip install .
to install to your local python library.
-
For developers, use:
pip install -e .
for an editable install; package now does not need to be reinstalled to make changes usable.
Documentation available on multyscale.readthedocs.io
import multyscale
multyscale.filters
contains functions to generate filtersmultyscale.filterbank
contains classes defining specific sets (banks) of filtersmultsycale.models
implements some common models from the literature