nfitsview

nFITSview - A user-friendly FITS image viewer for astronomers

View the Project on GitHub surhh/nfitsview

nFITSview - A user-friendly FITS image viewer for astronomers

Currently nFITSview supports the following formats and features:

How to build under Linux

The original development of nFITSview is done under Linux, so the easiest and the fastest way to build is under Linux.

The latest version (3.8) of nFITSview install package for Linux 64-bit (Debian-based) is available for download too.

The dependencies for installing are: libboost-iostreams1.88.0 (>= 1.88.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16t64 (>= 1.6.46), libqt6charts6 (>= 6.6.1), libqt6core6t64 (>= 6.9.1), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14)

nfitsview3_8-x64.deb

How to build under Windows

Normally there is no need to build under Windows as the install package is provided. Anyway, for building under Windows one would need to download/install/build all the dependencies (boost, zlib, libpng), then fix the corresponding pathes for the libraries in the CMakeLists.txt file and then build the project using Qt Creator.

The latest version (3.8) of nFITSview for Windows 64-bit to download (starting from version 3.6 Windows 10 or later is required):

nfitsview3_8-setup-x64.exe

Experimental (portable) version for macOS will be available soon

Screenshots

nfitsview3_8_screenshot_1 nfitsview3_8_screenshot_2 nfitsview3_8_screenshot_3

About FITS format

The details about FITS format and standards can be found here:

FITS docs

FITS standard