Observation planning and finding charts for HiPerCAM
Project description
hcam_drivers provides Python tools for interfacing with the HiperCAM high-speed camera. hcam_drivers is written in Python and is based on TKinter. It should be compatible with Python2 and Python3.
Installation
The software is written as much as possible to make use of core Python components. The third-party requirements are:
My own hcam_widgets package;
astropy, a package for astronomical calculations;
twisted, a package for asynchronous programming;
autobahn, a package to use the Web Application Messaging Protocol (WAMP);
tornado, used for file server which allows remote access to observing data;
pymodbus (Python 2) or pymodbus3 (Python 3) for talking to the flow-rate monitor.
Usually, installing with pip will handle these dependencies for you, so installation is a simple matter of typing:
pip install hcam_drivers
or if you don’t have root access:
pip install --prefix=my_own_installation_directory hcam_drivers
For more information, see:
History
0.1.0 (2017-02-11)
First release on PyPI.
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
Built Distribution
Hashes for hcam_drivers-1.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb8769702e1ca8a248fd4ac463c3653397dea5b0d836eac4b40afe99d453b2e1 |
|
MD5 | 9cfa6c19749c224159057abbb8ca3bc0 |
|
BLAKE2b-256 | 262a3d84439a306e88566d6a89cb0dc42fbab9f05f33e2ac9c837e74d76c31e2 |