QFitsView is a dedicated FITS (Flexible Image Transport System) file viewer used extensively by astronomers to visualize and analyze 1D spectra, 2D images, and 3D spectroscopic datacubes. It is built in C++ using the Qt widget library, rendering it highly cross-platform. Installation Guide 🖥️ Windows Visit the official QFitsView Download Portal. Download the compiled executable binary for Windows.
Unzip the directory and run the application executable directly (no complex installer required). 🍏 macOS
Download the macOS disk image (.dmg) file from the QFitsView download page.
Open the disk image and drag the application to your Applications folder.
Due to platform security, you may need to open System Settings > Security & Privacy > General and choose “Allow” to authorize its execution. 🐧 Linux
For Debian/Ubuntu-based systems, you can install it via the terminal using the standard package manager: sudo apt-get update sudo apt-get install qfitsview Use code with caution.
Alternatively, standalone precompiled binaries are offered on the official developer platform. Core Layout Overview
When you open a dataset in QFitsView, the layout organizes critical analytical tools into distinct panels:
Top Toolbar: Provides rapid shortcuts for loading files, modifying buffers, and resetting scales.
Left Panel: Displays instant data for the specific pixel under your mouse cursor, detailing pixel coordinates, real value data, and World Coordinate System (WCS) celestial map markers. It also hosts a 400% magnifier window and a macro-view thumbnail map.
Central Panel: Acts as the primary workstation displaying your current active 2D image.
Bottom Panel: Runs the embedded DPUSER CLI window for scripting. If a 3D data cube is loaded, this section displays a live 1D spectrum plot correlated to your mouse position. Key Capabilities & How to Use Them 1. Image Adjustments & Color Mapping
Dynamic Stretch: Click and drag your left mouse button within the center canvas window to dynamically adjust brightness and contrast thresholds.
Color Maps: Access the Image Controls panel to map unique lookup tables (e.g., false color, heat map scales) or manually adjust min/max scaling.
Orientation: Rotate or flip matrices instantly using toolbar options. 2. Spectral Cube Exploration (3D Data)
Leave a Reply