aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/draw.py
Commit message (Collapse)AuthorAgeFilesLines
* Add utils/draw.py: draw circles and ellipsesAaron LI2016-10-151-0/+128
These functions will be used to draw the image of a SNR or a radio halo. These functions are copied from the `scikit-image` project. Thanks! scikit-image: http://scikit-image.org/docs/dev/api/skimage.draw.html