Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/draw.py: List the functions taken from "scikit-image" | Aaron LI | 2016-10-17 | 1 | -2/+8 |
| | |||||
* | Fix the reStructuredText citation syntax | Aaron LI | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | utils/draw.py: Add disclaimer about the license: Modified BSD | Aaron LI | 2016-10-15 | 1 | -4/+41 |
| | |||||
* | Add utils/draw.py: draw circles and ellipses | Aaron LI | 2016-10-15 | 1 | -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 |