Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/grid.py: JIT optimize "make_grid_ellipse()" | Aaron LI | 2016-10-26 | 1 | -10/+15 |
* | utils/grid.py: Use own-implemented JIT-optimized "rotate_center()" | Aaron LI | 2016-10-26 | 1 | -3/+3 |
* | grid.py: Override "make_coordinate_grid()" using JIT-optimized version | Aaron LI | 2016-10-25 | 1 | -46/+2 |
* | grid.py: Change "make_coordinate_grid_fast()" parameters | Aaron LI | 2016-10-25 | 1 | -11/+16 |
* | grid.py: Optimize "map_grid_to_healpix()" using "numba.jit" | Aaron LI | 2016-10-25 | 1 | -11/+19 |
* | utils/grid.py: Add optimized "make_coordinate_grid_fast()" | Aaron LI | 2016-10-25 | 1 | -4/+56 |
* | galactic/snr.py: Implemented missing but necessary functionalities | Aaron LI | 2016-10-17 | 1 | -1/+1 |
* | utils/grid.py: Implement "map_grid_to_healpix()" | Aaron LI | 2016-10-17 | 1 | -9/+29 |
* | Add utils/grid.py: Make coordinate grids for SNRs | Aaron LI | 2016-10-17 | 1 | -0/+157 |