3
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/rsatoolbox/badge/?version=latest )] ( https://rsatoolbox.readthedocs.io/en/latest/?badge=latest )
4
4
[ ![ PyPI version] ( https://badge.fury.io/py/rsatoolbox.svg )] ( https://badge.fury.io/py/rsatoolbox )
5
5
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/626ca9ec9f75485a9f73783c02710b1f )] ( https://www.codacy.com/gh/rsagroup/rsatoolbox?utm_source=github.com& ; utm_medium=referral& ; utm_content=rsagroup/rsatoolbox& ; utm_campaign=Badge_Grade )
6
- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/rsagroup/pyrsa /badge )] ( https://www.codefactor.io/repository/github/rsagroup/rsatoolbox )
7
- [ ![ codecov] ( https://codecov.io/gh/rsagroup/pyrsa /branch/master/graph/badge.svg )] ( https://codecov.io/gh/rsagroup/rsatoolbox )
6
+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/rsagroup/rsatoolbox /badge )] ( https://www.codefactor.io/repository/github/rsagroup/rsatoolbox )
7
+ [ ![ codecov] ( https://codecov.io/gh/rsagroup/rsatoolbox /branch/master/graph/badge.svg )] ( https://codecov.io/gh/rsagroup/rsatoolbox )
8
8
9
9
10
10
Conceived during the RSA retreat 2019 in Blue Mountains,
11
- this version replaces the 2013 version of pyrsa previously at ilogue/pyrsa .
11
+ this version replaces the 2013 version of rsatoolbox previously at ilogue/rsatoolbox .
12
12
13
13
[ Documentation] ( https://rsatoolbox.readthedocs.io/ )
14
14
15
15
16
16
#### Getting Started
17
17
18
- The easiest way to install pyrsa is with pip:
18
+ The easiest way to install rsatoolbox is with pip:
19
19
20
20
``` sh
21
21
pip install rsatoolbox
@@ -24,8 +24,8 @@ pip install rsatoolbox
24
24
here is a simple code sample:
25
25
26
26
``` python
27
- import numpy, pyrsa
28
- data = pyrsa .data.Dataset(numpy.random.rand(10 , 5 ))
29
- rdms = pyrsa .rdm.calc_rdm(data)
30
- pyrsa .vis.show_rdm(rdms)
27
+ import numpy, rsatoolbox
28
+ data = rsatoolbox .data.Dataset(numpy.random.rand(10 , 5 ))
29
+ rdms = rsatoolbox .rdm.calc_rdm(data)
30
+ rsatoolbox .vis.show_rdm(rdms)
31
31
```
0 commit comments