Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# desimage
Code to make pretty pictures from DES coadd images

example
=======

```python
import desimage

# make a color image for the given g r and i-band images
# write to a jpg output.jpg

des-make-image-fromfiles output.jpg g.fits r.fits i.fits
```

dependencies
============

```
numpy
pillow
fitsio
```