https://github.com/mwcraig/soupernova
Make viewing images a blast!
https://github.com/mwcraig/soupernova
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T20:21:26.000Z (about 1 year ago)
- Last Synced: 2025-04-05T02:35:16.920Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# soupernova
[](https://pypi.org/project/soupernova)
[](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:

## 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.