Installation

We provide MATLAB and Python implementations for PaSTA.

MATLAB

Download the matlab_PaSTA folder from PaSTA GitHUB repository and add to path.

addpath(genpath('matlab_PaSTA'))

Python

Implementation is available from PyPI distribution, and you may also clone and install manually from the PaSTA GitHUB repository .

Note

The package is distributed on PyPI under the name brain-pasta, but is imported in Python as PaSTA after installation.

PyPI Installation

pip install brain-pasta

Import in python

import pasta