FIPS is a cross-platform FITS viewer with responsive user interface. Unlike other FITS viewers FIPS uses GPU hardware via OpenGL to provide usual functionality such as zooming, panning and level adjustments. OpenGL 2.1 and later is supported.
FIPS supports all 2D image formats
except of 64-bit floating point numbers (BITPIX=-64). FITS image extension has
basic limited support.
zypper ar -f obs://home:matwey:fips fips
zypper in fips
If you haven't found your distro above than you can build from sources or contribute building packages for your favourite distro. Let us know to insert missing instructions.
git clone https://github.com/matwey/fips3
mkdir -p fips3/build
cd fips3/build
cmake ..
make
