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.56.tar.gz
(20.6 kB
view hashes)
Built Distribution
npc_lims-0.1.56-py3-none-any.whl
(24.5 kB
view hashes)
Close
Hashes for npc_lims-0.1.56-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1bec64ffec217da6b3ca4b6eef9c6464e0bc2bb3089fafea4117d6b4eeeb9b5 |
|
MD5 | 5075a57a459dbd28107f1f25757dbf98 |
|
BLAKE2b-256 | b9298ecfc36763950adc8e9b3c11971aee9e4a127a57c9453d0edd2345a0a83b |