Metadata-Version: 2.1
Name: sdss-lvmcam
Version: 0.0.35
Summary: The package for lvmagp
Home-page: https://github.com/sdss/lvmcam
License: BSD-3-Clause
Keywords: astronomy,software
Author: Mingyu Jeon
Author-email: mgjeon@khu.ac.kr
Requires-Python: >3.7,<3.11
Classifier: Intended Audience :: Science/Research
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyGObject (>=3.40.1)
Requires-Dist: opencv-python (>=4.5.3,<5.0.0)
Requires-Dist: sdss-araviscam (>=0.1.91)
Requires-Dist: sdss-cluplus (>=0.2.10)
Requires-Dist: sdss-skymakercam (>=0.0.6)
Project-URL: Documentation, https://sdss-lvmcam.readthedocs.org
Project-URL: Repository, https://github.com/sdss/lvmcam
Description-Content-Type: text/markdown

# lvmcam

![Versions](https://img.shields.io/badge/python->3.8-blue)
[![Test](https://github.com/sdss/lvmcam/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/lvmcam/actions/workflows/test.yml)
[![Documentation Status](https://readthedocs.org/projects/sdss-lvmcam/badge/?version=latest)](https://sdss-lvmcam.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/sdss/lvmcam/branch/main/graph/badge.svg)](https://codecov.io/gh/sdss/lvmcam)

The package for [lvmagp](https://github.com/sdss/lvmagp).


# Quickstart

    poetry run lvmcam --config python/lvmcam/etc/lvm.sci.agcam.yml start --debug
    poetry run python utils/simple_camui.py

# See also
- [clu](https://github.com/sdss/clu)
- [archon](https://github.com/sdss/archon)
- [basecam](https://github.com/sdss/basecam)
- [araviscam](https://github.com/sdss/araviscam)
- [skymakercam](https://github.com/sdss/skymakercam)
- [LVM_FLIR_Software](https://github.com/sdss/LVM_FLIR_Software)

