Skip to main content

This package provides a set of tools for checking OPV DICOM compliance and converting OPV DICOM to CSV or JSON.

Project description

PyOPV

This package provides functionality for working with the OPV DICOM files provided by various vendors.

Installation

TODO: Instructions for installing from GitHub / PyPi

import pyopv

Example usage

Loading files

m_opvdicom = pyopv.read_dicom('data/example_opv.dcm')   # Loads one file
m_opvdicoms = pyopv.read_dicom_directory('data')        # Load all files in directory

Checking missing tags

missing_count, missingtag_df = m_opvdicom.check_missing_tags()

Getting pointwise data

pointwise_data = m_opvdicom.to_pandas()

Contact

Email: shallaj[at]health.ucsd.edu

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

pyopv-0.1.0.9.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

pyopv-0.1.0.9-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

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