Expipe plugins for the CINPLA lab.
Project description
Expipe plugin CINPLA
Expipe plugin for CINPLA laboratory
Installation
You can install the package with pip:
>>> pip install expipe-plugin-cinpla
or from sources:
git clone
cd expipe-plugin-cinpla
pip install -e .
Usage
The starting point is a valid expipe
project. Refer to the expipe docs to read more on how
to create one.
The recommended usage is via Jupyter Notebook / Lab, using the interactive widgets to Register, Process, Curate, and View your actions.
To launch the interactive browser, you can run:
from expipe_plugin_cinpla import display_browser
project_path = "path-to-my-project"
display_browser(project_path)
Updating old projects
The current version uses Neurodata Without Borders as backend instead of Exdir. If you have an existing project created with the old version, you can convert it to a new project as follows:
from expipe_plugin_cinpla import convert_old_project
old_project_path = "path-to-old-project"
new_project_path = "path-to-new-project"
probe_path = "path-to-probe-path.json" # see probes/ folder
convert_old_project(old_project_path, new_project_path, probe_path)
To check out other options, use convert_old_project?
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file expipe_plugin_cinpla-0.1.4.tar.gz
.
File metadata
- Download URL: expipe_plugin_cinpla-0.1.4.tar.gz
- Upload date:
- Size: 57.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9052c79f71c65a7e7c8174bd04edd42c9c8628cbc49c054de4b1ad79770ef2 |
|
MD5 | 714dad5332332587ac76e374c9ddc867 |
|
BLAKE2b-256 | 5a11be2ef8c6e3b41f4908558afe6c73d1e62e23f0eafe1e472e4176e43c95a5 |
File details
Details for the file expipe_plugin_cinpla-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: expipe_plugin_cinpla-0.1.4-py3-none-any.whl
- Upload date:
- Size: 62.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f3612c1558f577e40a40067ac3f9670d88a4175e7e4df8bb1f807bd9d203a86 |
|
MD5 | 1c5367d11ff9f9ec6076afda8e9513c9 |
|
BLAKE2b-256 | 489767659cae4ffd8f8be7aad092b386da594a70829c9e77a6b8c0359e2d6976 |