Skip to main content

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)

alt text

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

expipe_plugin_cinpla-0.1.5.tar.gz (57.6 kB view hashes)

Uploaded Source

Built Distribution

expipe_plugin_cinpla-0.1.5-py3-none-any.whl (62.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page