Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.33 KB

File metadata and controls

27 lines (19 loc) · 1.33 KB

flicamera

Versions Documentation Status Tests Status Build 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 -e .