Skip to main content

Tools for reading raw video data from MindScope Neuropixels experiments, compatible with data in the cloud.

Project description

npc_mvr

Tools for reading raw video data from MindScope Neuropixels experiments, compatible with data in the cloud.

PyPI Python version

Coverage CI/CD GitHub issues

Usage

conda create -n npc_mvr python>=3.9
conda activate npc_mvr
pip install npc_mvr

Python

>>> import npc_mvr

>>> d = npc_mvr.MVRDataset('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior')

# get paths
>>> d.video_paths['behavior']
S3Path('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior/Behavior_20230803T120430.mp4')
>>> d.info_paths['behavior']
S3Path('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior/Behavior_20230803T120430.json')

# get data
>>> type(d.video_data['behavior'])
<class 'cv2.VideoCapture'>
>>> type(d.info_data['behavior'])
<class 'dict'>
>>> type(d.sync_data)
<class 'npc_sync.sync.SyncDataset'>

# get frame times for each camera on sync clock
# - nans correspond to frames not recorded on sync
# - first nan is metadata frame 
>>> d.frame_times['behavior']
array([       nan,   14.08409,   14.10075, ..., 5084.4582 , 5084.47487, 5084.49153]) 

>>> d.validate()

Development

See instructions in https://github.com/AllenInstitute/npc_mvr/CONTRIBUTING.md and the original template: https://github.com/AllenInstitute/copier-pdm-npc/blob/main/README.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

npc_mvr-0.1.17.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

npc_mvr-0.1.17-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file npc_mvr-0.1.17.tar.gz.

File metadata

  • Download URL: npc_mvr-0.1.17.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.7 CPython/3.11.15 Linux/6.17.0-1008-azure

File hashes

Hashes for npc_mvr-0.1.17.tar.gz
Algorithm Hash digest
SHA256 4942c7352d0b00aabdcb7fd4eacccd3e10695127ef4c399ac0422af670dc7273
MD5 797a37b9443672f4cd1da864849b4f3b
BLAKE2b-256 1c02417f113c645026ed45dfc03aa9905751b26bec08b77c9441c8159dcf2f56

See more details on using hashes here.

File details

Details for the file npc_mvr-0.1.17-py3-none-any.whl.

File metadata

  • Download URL: npc_mvr-0.1.17-py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.7 CPython/3.11.15 Linux/6.17.0-1008-azure

File hashes

Hashes for npc_mvr-0.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 acffa2865fa4ae8bf96038b785035e369947956bdf5723efdd4f04e90ed20ee5
MD5 ab37ceea8a585e6144370ebbf438fa3a
BLAKE2b-256 b620b2fa09c922e88e44955ceab176825f3ea1008ed584f0c445db07d3601c6b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page