bkloppenborg / qhyccd-tuis

Text user interfaces for QHYCCD devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QHYCCD Text User Interfaces

This project implements some command line interfaces for the QHY series of astronomical cameras.

Prerequisites

Debian-based Distributions

sudo apt-get install cmake git doxygen graphviz build-essential
sudo apt install qt6-base-dev libopencv-dev libcfitsio-dev

# optionally
sudo apt install cmake-curses-gui

Building

cd build
cmake ..
make

About

Text user interfaces for QHYCCD devices

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 81.2%Language:CMake 18.3%Language:Makefile 0.5%