Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/random.py: Add a note on conversion to (longitude, latitude) | Aaron LI | 2016-10-28 | 1 | -0/+5 |
| | |||||
* | healpix.py: Change all "indices" to "indexes" | Aaron LI | 2016-10-25 | 1 | -2/+2 |
| | | | | Also fix a wrong notation in "random.py" | ||||
* | Add utils/random.py: Custom random utilities | Aaron LI | 2016-10-22 | 1 | -0/+51 |
Currently implement "spherical_uniform()" to generate random points uniformly distributed on the spherical surface. |