2026-05-08 11:42:54 +02:00
2026-05-05 19:12:32 +02:00
2026-05-05 19:12:32 +02:00
2025-07-13 10:43:15 +02:00
2026-05-08 08:44:46 +02:00
2023-08-29 23:17:16 +02:00
2026-04-12 18:23:48 +02:00
2022-04-07 09:58:37 +02:00
2023-02-10 14:08:37 +01:00
2026-05-08 11:42:54 +02:00
2022-04-24 13:30:51 +02:00
2022-04-24 13:30:51 +02:00
2026-05-08 11:42:54 +02:00
2026-05-05 19:12:32 +02:00
2016-07-29 16:52:22 +02:00
2026-02-11 21:26:33 +01:00

FITS/XISF image viewer with multithreaded image loading

To get all dependencies install these packages

    sudo apt install qt6-base-dev qt6-declarative-dev qt6-charts-dev libqt6opengl6-dev libraw-dev libexif-dev libcfitsio-dev wcslib-dev cmake libzstd-dev libqt6sql6-sqlite

on OpenSUSE

    sudo zypper install libexif-devel libraw-devel wcslib-devel qt6-base-devel qt6-qml-devel libzstd-devel

MacOS X

To compile on MacOS install XCode first. Then install homebrew.

    homebrew install qt6 libraw cfitsio libexif libgsl wcslib

You may need to set CMAKE_PREFIX_PATH for Qt6 so CMake can find them.

First run this command to get libXISF updated

    git submodule update --init --recursive

Then to build run standard cmake sequence

    cmake -B build -S .
    cmake --build build
    ./build/tenmon

To install it to system run this command as root

    cmake --install build

For working plate solving you must have compiled and installed StellarSolver https://github.com/rlancaste/stellarsolver
It is important that you compile StellarSolver with Qt6. By default it use Qt5 but when linked with Qt6 program it will
crash.

Using OpenNGC database https://github.com/mattiaverga/OpenNGC under CC-BY-SA-4.0 https://creativecommons.org/licenses/by-sa/4.0/
S
Description
FITS and XISF image viewer, converter and indexer
https://nouspiro.space/?page_id=206
Readme GPL-3.0 30 MiB
2026-04-12 18:32:15 +02:00
Languages
C++ 84.1%
C 12.6%
CMake 1.8%
GLSL 1.5%