pip install soupernovaWho wouldn't want this:
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()
snOnce 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")
snsoupernova is distributed under the terms of the MIT license.
