Python package to interpolate recordings and stimuli of neuroscience experiments
Project description
Experanto
Python package to interpolate recordings and stimuli of neuroscience experiments
Use specification
- Instantiation
dat = Experiment('dataset-folder', discretization=30) # 30Hz
- Single frame or sequence access
item = dat[10]
sequence = dat[10:100]
Data Folder Structure
Do we want 0001 blocks in eye_tracker/running_wheel/responses?
dataset-folder/
screen/
0001/ # this could be a block of images
meta.yaml #what type of interpolator should be used for which block / which data type each block is
timestamps.npz
meta/
condition_hash.npy
trial_idx.npy
data/
img01.png
img02.png
...
0002/ # this could be a block of videos
...
0003/ # this could be a abother block of images
...
eye_tracker/
meta.yaml
timestamps.npz
running_wheel/
meta.yaml
timestamps.npz
multiunit/
meta.yaml
timestamps.npz
poses/
meta.yaml
timestamps.npz
Example for meta.yaml
modality: images
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
experanto-0.0.tar.gz
(14.8 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
File details
Details for the file experanto-0.0.tar.gz.
File metadata
- Download URL: experanto-0.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
067ee6e9aa71bc3e522bf0f9216aa8099f76138ab1518aa78fd90b0ea1e6d68f
|
|
| MD5 |
1286a2771c88d672fb8d4a1b858b8004
|
|
| BLAKE2b-256 |
47cd677a87344eb29a214b3d03ea7ba8eba3455c92ac957f88513497f88df283
|
File details
Details for the file experanto-0.0-py3-none-any.whl.
File metadata
- Download URL: experanto-0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aac8695e306ff7463016e0dccb615eed0ce095f4fbf015ff62134921ae95ead3
|
|
| MD5 |
b65239d983e224d1eaf833715598d76a
|
|
| BLAKE2b-256 |
a36736f30ffdbd3ed3c80712e34266c1af1dd577f5b6d84c76c912766c36cd05
|