fitscheck

Command line tools from astropy

Install

All systems
curl cmd.cat/fitscheck.sh
Debian Debian
apt-get install fitscheck
Ubuntu
apt-get install astropy-utils
image/svg+xml Kali Linux
apt-get install astropy-utils
Fedora
dnf install astropy-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install astropy-utils
Raspbian
apt-get install astropy-utils

astropy-utils

Command line tools from astropy

The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. This package contains the tools that come with astropy: * fitscheck: Detect and fix FITS standards violations * fits2bitmap: Create a bitmap file from a FITS image. * fitsdiff: Compare two FITS image files and report the differences in header keywords and data. * fitsheader: Print the header(s) of one or more FITS file(s) to the standard output in a human-readable format. * samp_hub: SAMP Hub Server. * volint: Check a VOTable file for compliance to the VOTable specification * wcslint: Check the WCS keywords in a FITS file for compliance against the standards

astropy-tools

Astropy utility tools

pyfits-utils

transitional package for astropy-utils

FITS (Flexible Image Transport System) is a data format most used in astronomy. PyFITS is a Python module for reading, writing, and manipulating FITS files. The module uses Python's object-oriented features to provide quick, easy, and efficient access to FITS files. The use of Python's array syntax enables immediate access to any FITS extension, header cards, or data items. This is a dummy transitional package for astropy-utils and can be safely removed after the installation is complete.

fitscheck

transitional package for pyfits-utils

FITS (Flexible Image Transport System) is a data format most used in astronomy. PyFITS is a Python module for reading, writing, and manipulating FITS files. The module uses Python's object-oriented features to provide quick, easy, and efficient access to FITS files. The use of Python's array syntax enables immediate access to any FITS extension, header cards, or data items. This is a dummy transitional package for pyfits-utils and can be safely removed after the installation is complete.