Skip to main content

Tools for visualizing fits files.

Project description

Fits Utilities Build Status Documentation Status DOI

Fits Utilities

Some tiny tools for handling FITS files

Install

pip install fits-utilities

hselect

Utility to read headers from FITS files. It works as Iraf's hselect and imhead longheader=no

This tool is intended to be used from a terminal in order to have easy access to them

Mode of Use:

hselect image.fits keyword1 keyword2 ... keywordN

It is also possible to use wildcards:

hselect *.fits keyword1 keyword2 ... keywordN

To have a quick look of what images are:

hselect *.fits

imhead

Displays full headers

imhead file_001.fits

showfits

Displays images using matplotlib. For 1D files the x-axis will always show Wavelength even if it is pixels. This is inteded as a quick look tool only

showfits file_001.fits

Or for showing several (one after another)

showfits *fits

Future plans

I plan to include some other tools (as needed) that should work as in IRAF, such as:

  1. hedit
  2. imstat

If you are interested in one of those let me know.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fits_utilities-0.1.2.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

fits_utilities-0.1.2-py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page