Skip to content

Code to create "quicklook" JPEGs for use in the STScI/MAST archive

License

Notifications You must be signed in to change notification settings

meredith-durbin/make-jpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

make-jpeg

Create a JPEG file from a RAW, FLT, or FLC FITS file from the ACS or WFC3 instrument. Currently, other instruments (e.g. STIS) and other filetyles (e.g. IMA) are not not supported, but likely the code could be easily extended to support these.

Authors

  • Matthew Bourque
  • Alex Viana

Use

This module is intended to be used via the python environemnt, for example:

import make_jpeg
make_jpeg(<path_to_file>)

Dependencies

This module is supported in both Python 2.7 and Python 3+. This module also depends on astropy, numpy, and the Python Image Library (PIL), also known as Pillow. These can be installed via conda or pip:

conda install astropy
conda install numpy
conda install Pillow

pip install astropy
pip install numpy
pip install Pillow

About

Code to create "quicklook" JPEGs for use in the STScI/MAST archive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%