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.25.tar.gz
(10.5 kB
view hashes)
Built Distribution
Close
Hashes for npc_session-0.1.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e92b6a50b43f1efb98cd481720875000832c42ccadb06c47178b0cd326c0c2 |
|
MD5 | af70b748deb1c62c0865763064e8c688 |
|
BLAKE2b-256 | f432094e457108075b0c697992274984c886b97d77e4c71e2ceeab9fa83f33ec |