Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esheldon/desimage
Code to make pretty pictures from DES coadd images
https://github.com/esheldon/desimage
Last synced: 11 days ago
JSON representation
Code to make pretty pictures from DES coadd images
- Host: GitHub
- URL: https://github.com/esheldon/desimage
- Owner: esheldon
- License: gpl-3.0
- Created: 2017-07-27T13:18:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:09:44.000Z (about 3 years ago)
- Last Synced: 2024-10-19T20:51:16.888Z (19 days ago)
- Language: Python
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# desimage
Code to make pretty pictures from DES coadd imagesexample
=======```python
import desimage# make a color image for the given g r and i-band images
# write to a jpg output.jpgdes-make-image-fromfiles output.jpg g.fits r.fits i.fits
```dependencies
============```
numpy
pillow
fitsio
```