2022-06-20 23:36:31 +02:00
2022-12-14 21:50:05 +01:00
2022-04-07 09:58:37 +02:00
2022-04-24 21:24:55 +02:00
2022-04-24 21:24:55 +02:00
2022-04-09 14:39:16 +02:00
2022-06-24 18:06:26 +02:00
2022-08-29 18:29:00 +02:00
2022-04-24 13:30:51 +02:00
2022-04-24 13:30:51 +02:00
2022-04-07 16:28:26 +02:00
2022-04-07 16:28:26 +02:00
2022-06-23 16:57:00 +02:00
2022-06-23 16:57:00 +02:00
2022-05-20 10:34:23 +02:00
2022-12-14 21:18:25 +01:00
2022-11-21 19:09:19 +01:00
2016-07-29 16:52:22 +02:00
2022-11-26 11:02:29 +01:00
2022-11-28 17:31:50 +01:00
2022-12-14 21:51:05 +01:00
2022-04-19 19:57:06 +02:00
2022-04-24 21:24:30 +02:00
2022-10-10 10:30:25 +02:00
2022-10-10 10:30:25 +02:00
2022-06-27 10:26:27 +02:00
2022-12-14 21:18:25 +01:00
2022-11-21 13:18:46 +01:00
2022-11-21 15:49:09 +01:00
2019-10-11 21:03:59 +02:00
2019-10-11 21:03:59 +02:00
2022-06-17 13:24:52 +02:00
2022-06-17 13:24:52 +02:00
2022-04-18 10:20:19 +02:00
2022-04-06 13:12:47 +02:00
2022-12-14 21:58:24 +01:00
2022-06-21 09:12:26 +02:00

FITS/XISF image viewer with multithreaded image loading

To get all dependencies install these packages

    sudo apt install qtbase5-dev libraw-dev libexif-dev libcfitsio-dev libgsl-dev wcslib-dev libopencv-dev cmake

on OpenSUSE

    sudo zypper install opencv-devel gsl-devel exif-devel libraw-devel wcslib-devel libqt5-qtbase-devel

MacOS X

To compile on MacOS install XCode first. Then install homebrew in x86_64 mode
with "arch -i x86_64". Building on native ARM is not supported.

    homebrew install qt5 libraw cfitsio libexif libgsl wcslib opencv

You may need to set CMAKE_PREFIX_PATH for Qt5 and OpenCV so CMake can find them.

Then to build run standard cmake

    cmake -B build -S .
    cmake --build build
    ./build/tenmon
Description
FITS and XISF image viewer, converter and indexer
https://nouspiro.space/?page_id=206
Readme GPL-3.0 25 MiB
Tenmon Latest
2025-03-18 17:33:30 +01:00
Languages
C++ 95.6%
GLSL 2.3%
CMake 2%
C 0.1%