Skip to main content

Open Neurophysiology Environment

Project description

Open Neurophysiology Environment

Coverage Status CI workflow

Click here for the main documentation page.

Installing

For Python 3.7 or later, run

pip install ONE-api

Set up

For using ONE with a local cache directory:

from one.api import One
one = One(cache_dir='/home/user/downlaods/ONE/behavior_paper')

For setting up ONE for a given database e.g. internal IBL Alyx:

from one.api import ONE
one = ONE(base_url='https://alyx.internationalbrainlab.org')

To use the default setup settings that connect you to the IBL public database:

from one.api import ONE
one = ONE(silent=True, password='international')  # Will use default information

Once you've setup the server, subsequent calls will use the same parameters:

from one.api import ONE
one = ONE()

To set up ONE for another database and make it the default:

from one.api import OneAlyx, ONE
OneAlyx.setup(base_url='https://test.alyx.internationalbrainlab.org', make_default=True)
one = ONE()  # Connected to https://test.alyx.internationalbrainlab.org

Using ONE

To search for sessions:

from one.api import ONE
one = ONE()
print(one.search_terms)  # A list of search keyword arguments

# Search session with wheel timestamps from January 2021 onward
eids = one.search(date_range=['2021-01-01',], dataset='wheel.timestamps')
['d3372b15-f696-4279-9be5-98f15783b5bb']

# Search for project sessions with two probes
eids = one.search(data=['probe00', 'probe01'], project='brainwide')

To load data:

from one.api import ONE
one = ONE()

# Load an ALF object
eid = 'a7540211-2c60-40b7-88c6-b081b2213b21'
wheel = one.load_object(eid, 'wheel')

# Load a specific dataset
eid = 'a7540211-2c60-40b7-88c6-b081b2213b21'
ts = one.load_dataset(eid, 'wheel.timestamps', collection='alf')

# Download, but not load, a dataset
filename = one.load_dataset(eid, 'wheel.timestamps', download_only=True)

Further examples and tutorials can be found in the documentation.

Project details


Release history Release notifications | RSS feed

This version

1.6.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ONE-api-1.6.3.tar.gz (933.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ONE_api-1.6.3-py3-none-any.whl (78.3 kB view details)

Uploaded Python 3

File details

Details for the file ONE-api-1.6.3.tar.gz.

File metadata

  • Download URL: ONE-api-1.6.3.tar.gz
  • Upload date:
  • Size: 933.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for ONE-api-1.6.3.tar.gz
Algorithm Hash digest
SHA256 74926b000ad41661376c2f9d89ebde02b8e5f070225881d67b9412fa9e77a42d
MD5 09e745533b4c4dd12019f3ba35407b87
BLAKE2b-256 7cd7901967b978e2c28566c9e4a308e761274ae16737621f9005ad232a40ca42

See more details on using hashes here.

File details

Details for the file ONE_api-1.6.3-py3-none-any.whl.

File metadata

  • Download URL: ONE_api-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 78.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for ONE_api-1.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae9a479b10eceec01fa5262149754f46bc646d289c84fd4fd1cd0f0f12e0699
MD5 c8b7c323b6b8ee05eb0b2ee067e8d712
BLAKE2b-256 b22069766f465e3c682a97ad5051a9c9c6c920e7b351d17b3e6679837c338a03

See more details on using hashes here.

Supported by

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