Conceived during the RSA retreat 2019 in Blue Mountains.
The easiest way to install rsatoolbox is with pip:
pip install rsatoolbox
here is a simple code sample:
import numpy, rsatoolbox
data = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))
rdms = rsatoolbox.rdm.calc_rdm(data)
rsatoolbox.vis.show_rdm(rdms)