soupernova

Make viewing images a blast!

MIT License

Stars
0

soupernova


Table of Contents

Installation

pip install soupernova

Motivation

Who wouldn't want this:

Usage

If you happen not to have any astronomical images lying around you can just do this in a Jupyter notebook:

from soupernova import SouperNova
sn = SouperNova()
sn

Once you see an image on the screen, click on it!

If you have a FITS image you can pass it in like this:

from soupernova import SouperNova
sn = SouperNova(file="path/to/your/image.fits")
sn

License

soupernova is distributed under the terms of the MIT license.