Tools for neuroscience experiments
Project description
toon: tools for neuroscience
============================
[](https://pypi.python.org/pypi/toon)
[](https://raw.githubusercontent.com/aforren1/toon/master/LICENSE.txt)
[](https://travis-ci.org/aforren1/toon)
[](https://coveralls.io/github/aforren1/toon)
Install:
python 2.7, 3.6:
```shell
pip install toon
```
Devel (both):
```shell
pip install git+https://github.com/aforren1/toon
```
Three modules so far: audio, input, and tools.
Usage (incomplete):
```python
import toon.audio as ta
import toon.input as ti
import toon.tools as tt
beeps = ta.beep_train(click_freq=[440, 660, 880],
num_clicks=3)
x, y = tt.pol2cart(45, 3, units='deg', ref=(1, 1))
hand = ti.Hand()
```
If you have psychopy and the HAND, you can run an example via:
```python
python -m toon.examples.psychhand
```
============================
[](https://pypi.python.org/pypi/toon)
[](https://raw.githubusercontent.com/aforren1/toon/master/LICENSE.txt)
[](https://travis-ci.org/aforren1/toon)
[](https://coveralls.io/github/aforren1/toon)
Install:
python 2.7, 3.6:
```shell
pip install toon
```
Devel (both):
```shell
pip install git+https://github.com/aforren1/toon
```
Three modules so far: audio, input, and tools.
Usage (incomplete):
```python
import toon.audio as ta
import toon.input as ti
import toon.tools as tt
beeps = ta.beep_train(click_freq=[440, 660, 880],
num_clicks=3)
x, y = tt.pol2cart(45, 3, units='deg', ref=(1, 1))
hand = ti.Hand()
```
If you have psychopy and the HAND, you can run an example via:
```python
python -m toon.examples.psychhand
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
toon-0.1.0.tar.gz
(23.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
toon-0.1.0-py2.py3-none-any.whl
(28.4 kB
view details)
File details
Details for the file toon-0.1.0.tar.gz.
File metadata
- Download URL: toon-0.1.0.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a55f58c909bb894874cdd5f2e97c76d1831ab8fd8b8ce0988b23be9e6ac8d335
|
|
| MD5 |
826f28e3460ad81cf5ed2869640d7419
|
|
| BLAKE2b-256 |
065d87631ef39044d0b360143d8c03e6fa6a698a9fb2bb9868b4a87e107a6fd1
|
File details
Details for the file toon-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: toon-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53a744cbad3af250d195b70acd5dfeec43d4d50ded6ef660c4cb17bdcda281d
|
|
| MD5 |
87c9212922bc9f81688b71ea7556cb20
|
|
| BLAKE2b-256 |
f6564aa440cfaef1a548df5508623bbaeb59fd5a77c8d3d535fa00edf6fecc9f
|