Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/hubble-image-stitcher
stitches Hubble images together
https://github.com/coffee-cup/hubble-image-stitcher
Last synced: 8 days ago
JSON representation
stitches Hubble images together
- Host: GitHub
- URL: https://github.com/coffee-cup/hubble-image-stitcher
- Owner: coffee-cup
- Created: 2013-06-23T08:49:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T19:57:34.000Z (about 11 years ago)
- Last Synced: 2024-04-09T11:26:04.584Z (10 months ago)
- Language: Python
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubble Image Stitcher
Creates a large square image from a bunch of small hubble images### Insturctions
- Just run python script.
- Saves Images to whichever directory script is located.
- Change Change HUBBLE_CAT_TO_LOAD variable to category wanted.
- Change IMG_SIZE variable to whatever size you want each picture to be.
- size of larger picture is determined by square root of total amount of pictures * IMG_SIZE
- If you use HUBBLE_ALL, there are about 1225 images. sqrt(1225) = 35. 35 * image size of 100px = 3500 pixels\* Requires some imports