2025-03-06 09:34:45 -08:00
2025-03-02 14:31:29 +01:00
2024-10-02 11:58:39 +02:00
2025-02-28 10:41:12 +01:00
2024-06-17 09:44:48 +02:00
2023-08-29 23:17:16 +02:00
2025-03-06 09:34:45 -08:00
2025-03-02 14:41:31 +01:00
2022-04-07 09:58:37 +02:00
2023-02-10 14:08:37 +01:00
2025-03-02 13:45:39 +01:00
2024-09-19 13:40:41 +02:00
2023-12-31 16:04:16 +01:00
2025-02-16 15:19:20 +01:00
2024-02-03 15:32:34 +01:00
2022-12-28 13:24:05 +01:00
2024-09-17 12:31:55 +02:00
2022-04-24 13:30:51 +02:00
2022-04-24 13:30:51 +02:00
2025-02-16 15:19:20 +01:00
2023-11-13 21:12:23 +01:00
2024-10-02 10:08:50 +02:00
2024-09-30 18:39:35 +02:00
2025-02-16 15:19:20 +01:00
2025-02-16 15:19:20 +01:00
2025-02-16 15:19:20 +01:00
2025-02-16 15:19:20 +01:00
2024-08-24 17:49:01 +02:00
2016-07-29 16:52:22 +02:00
2025-03-01 14:24:28 +01:00
2024-09-20 14:34:21 +02:00
2022-04-24 21:24:30 +02:00
2025-02-25 17:35:55 +01:00
2024-09-30 21:19:23 +02:00
2024-10-02 11:52:35 +02:00
2025-02-16 15:19:20 +01:00
2025-03-01 14:24:28 +01:00
2025-02-16 15:22:38 +01:00
2025-03-02 13:44:59 +01:00
2025-03-02 13:44:59 +01:00
2025-02-16 15:19:20 +01:00
2024-12-27 23:20:51 +01:00
2022-06-17 13:24:52 +02:00
2022-06-17 13:24:52 +02:00
2023-12-20 11:31:55 +01:00
2023-10-10 22:48:40 +02:00
2025-03-01 14:24:28 +01:00
2025-02-25 17:35:55 +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 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

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.
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%