Skip to main content

A Python module for loading PCO CamWare images

Project description

A Python module to read images that have been recorded using a PCO camera and the software PCO CamWare.

Tested cameras

  • SensiCam qe

The module should also work for other PCO cameras.

Examples

Load an image and show it using matplotlib:

from pco_tools import pco_reader as pco
import matplotlib.pyplot as plt

img = pco.load('myimage.b16')
plt.imshow(img)

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

pco-tools-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

pco_tools-1.0.0-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 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