Skip to content

Takes FITS images and outputs them as PNGs with minimal processing--a lightweight FITS Liberator using astropy

License

Notifications You must be signed in to change notification settings

jdawson4/lightweight_liberator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight Liberator

I find myself processing a few FITS files and, while FITS Liberator is a great tool, I think it would be easier at times to just output the images as a simple greyscale png, so that I can get a "glance" at them. That's what this script does.

Example:

Using a few Hubble images that I found on MAST https://mast.stsci.edu/portal/Mashup/Clients/Mast/Portal.html, I ran this script and got the following minimally-processed image of Saturn! Here's an example generated by this code

Requirements:

  1. Python
  2. Numpy
  3. Astropy
  4. Imageio

To use

Simply make a two folders titled "FITS" and "pngs", put the FITS files into the "FITS" folder, and run python liberator.py.

About

Takes FITS images and outputs them as PNGs with minimal processing--a lightweight FITS Liberator using astropy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages