Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sdss-flicamera

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdss-flicamera

A library to control Finger Lakes Instrumentation cameras.

  • 0.6.0
  • PyPI
  • Socket score

Maintainers
2

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 .

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc