Skip to main content

A library to control Finger Lakes Instrumentation cameras.

Project description

flicamera

Versions Code style: black Documentation Status Tests Status Build Status codecov

A library to control Finger Lakes Instrumentation cameras. It provides the SDSS gfaCamera and fvcCamera actors to control the Guide, Focus and Acquisition cameras and Field View Camera, respectively.

Installation

In general you should be able to install flicamera by doing

pip install sdss-flicamera

Although flicamera should handle all the compilation of the FLI libraries, you may still need to modify your system to give your user access to the FLI USB devices. See here for more details.

To build from source, use

git clone git@github.com:sdss/flicamera
cd flicamera
pip install .[docs]

Development

flicamera uses poetry for dependency management and packaging. To work with an editable install it's recommended that you setup poetry and install flicamera in a virtual environment by doing

poetry install

Pip does not support editable installs with PEP-517 yet. That means that running pip install -e . will fail because poetry doesn't use a setup.py file. As a workaround, you can use the create_setup.py file to generate a temporary setup.py file. To install flicamera in editable mode without poetry, do

pip install --pre poetry
python create_setup.py
pip install -e .

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

sdss_flicamera-0.6.0.tar.gz (807.5 kB view hashes)

Uploaded Source

Built Distributions

sdss_flicamera-0.6.0-cp311-cp311-manylinux_2_17_x86_64.whl (658.1 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp311-cp311-macosx_11_0_x86_64.whl (119.9 kB view hashes)

Uploaded CPython 3.11 macOS 11.0+ x86-64

sdss_flicamera-0.6.0-cp310-cp310-manylinux_2_17_x86_64.whl (500.8 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.0 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp310-cp310-macosx_11_0_x86_64.whl (75.6 kB view hashes)

Uploaded CPython 3.10 macOS 11.0+ x86-64

sdss_flicamera-0.6.0-cp39-cp39-manylinux_2_17_x86_64.whl (343.5 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.3 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl (75.6 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ x86-64

sdss_flicamera-0.6.0-cp38-cp38-manylinux_2_17_x86_64.whl (186.2 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.7 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

sdss_flicamera-0.6.0-cp38-cp38-macosx_10_16_x86_64.whl (75.6 kB view hashes)

Uploaded CPython 3.8 macOS 10.16+ x86-64

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