Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
Project description
npc_session
neuropixels cloud session
Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
quickstart
pip install npc_session
Parse a normalized ID from a path or string:
>>> from npc_session import SessionRecord;
>>> s = SessionRecord('//allen/programs/mindscope/workgroups/templeton/TTOC/2022-07-26_14-09-36_366122')
>>> s
'366122_2022-07-26'
>>> s.subject
366122
>>> s.date
'2022-07-26'
>>> s.date.year
2022
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_session-0.1.29.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for npc_session-0.1.29-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12b64c45565ca41f202c9f7b4d9b64765780f7d44ccdbd086324b27e831ed8a3 |
|
MD5 | debab7ab7a1b29bf0a03551faa48976a |
|
BLAKE2b-256 | 03f0197f21cd1697fd3907f8c98406d1240e320d7990bf4b539e408d030781a3 |