Metadata-Version: 2.1
Name: sdss-araviscam
Version: 0.2.3
Summary: Blackfly S GigE camera reader for SDSS-V/LVM
Home-page: https://wiki.sdss.org
License: BSD-3-Clause
Keywords: SDSS-V,LVM
Author: Richard J. Mathar
Author-email: mathar@mpia-hd.mpg.de
Requires-Python: >=3.7,<4
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Dist: PyGObject (>=3.38.0)
Requires-Dist: sdss-basecam (>=0.5.0)
Project-URL: Repository, https://github.com/sdss/araviscam
Description-Content-Type: text/markdown

# araviscam
FLIR Blackfly S GigE camera reader for the SDSS-V LVM telescope

## Purpose
A python class subclassed from [sdss/basecam](https://github.com/sdss/basecam) to read monochrome images of [FLIR](https://www.flir.com) Blackfly S GigE cameras.
It uses the [Aravis](https://github.com/AravisProject/aravis) C-library which is an interface to [GenICam](https://www.emva.org/standards-technology/genicam/) cameras. As such it might also be used to read a more general class of GenICam cameras.

Developped for the acquisition and guider cameras of the Local Volume Mapper (LVM) instrument of the 5th generation of the telescopes of the [Sloan Digital Sky survey](https://en.wikipedia.org/wiki/Sloan_Digital_Sky_Survey) (SDSS-V).

## See Also

* [this project](https://github.com/sdss/araviscam)
* [baslerCam](https://github.com/sdss/baslercam)
* [mantacam](https://github.com/sdss/mantacam)
* [flicamera](https://github.com/sdss/flicamera)

