Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud.
Project description
npc_lims
neuropixels cloud lab information management system
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', 'allen_path')
>>> 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.62.tar.gz
(21.8 kB
view hashes)
Built Distribution
npc_lims-0.1.62-py3-none-any.whl
(26.0 kB
view hashes)
Close
Hashes for npc_lims-0.1.62-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65653087b402646242e514bb76952ad20478912e0e4040a317f2684387866489 |
|
MD5 | 542c63cb36a32cd4af3f69228fed0d5a |
|
BLAKE2b-256 | 16cb794795b7be787cb15fcbe61890b04ac4422be84b201cf71d3b20aad34606 |