Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcraig/soupernova
Make viewing images a blast!
https://github.com/mwcraig/soupernova
Last synced: 30 days ago
JSON representation
Make viewing images a blast!
- Host: GitHub
- URL: https://github.com/mwcraig/soupernova
- Owner: mwcraig
- License: mit
- Created: 2024-07-14T19:38:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T20:21:26.000Z (4 months ago)
- Last Synced: 2024-07-14T21:29:49.814Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# soupernova
[![PyPI - Version](https://img.shields.io/pypi/v/soupernova.svg)](https://pypi.org/project/soupernova)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/soupernova.svg)](https://pypi.org/project/soupernova)-----
## Table of Contents
- [Installation](#installation)
- [Motivation](#motivation)
- [Usage](#usage)
- [License](#license)## Installation
```console
pip install soupernova
```## Motivation
Who wouldn't want this:
![Stars with confetti stars exploding from them](https://github.com/user-attachments/assets/884e42f6-0868-48e9-abd1-74998ae3e5de)
## Usage
If you happen not to have any astronomical images lying around you can just do this in a Jupyter notebook:
```python
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:
```python
from soupernova import SouperNova
sn = SouperNova(file="path/to/your/image.fits")
sn
```## License
`soupernova` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.