Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud.
Project description
npc_lims
neuropixels cloud lims
Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud.
quickstart
pip install npc_lims
Get some minimal info on all the tracked sessions available to work with:
>>> from npc_lims import tracked as tracked_sessions;
# each record in the sequence has info about one session:
>>> tracked_sessions[0]._fields
('session', 'subject', 'date', 'idx', 'project', 'is_ephys', 'is_sync')
>>> tracked_sessions[0].is_ephys
True
>>> all(s.date.year >= 2022 for s in tracked_sessions)
True
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
npc_lims-0.1.15.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for npc_lims-0.1.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f4ef6f1d1e40da938b23b68b6283b6a50f51b8f91098a6bf8bac3b0706f4cf |
|
MD5 | ad945dac3a6974d1462fb33f655cdc0f |
|
BLAKE2b-256 | 6aa57bf895f07722e036da9cb70ea0047a579f83e721a2a454cfbf7ae9b3b05a |