Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/grid.py: Implement "map_grid_to_healpix()" | Aaron LI | 2016-10-17 | 1 | -9/+29 |
| | | | | | | | | The "map_grid_to_healpix()" maps the generated coordinate grid to a HEALPix map. Note that only effective HEALPix pixels are returned instead of a full HEALPix map. TODO: Try to avoid the explicit for loop to optimize the speed. | ||||
* | Add utils/grid.py: Make coordinate grids for SNRs | Aaron LI | 2016-10-17 | 1 | -0/+157 |
* make_coordinate_grid(): Make a Cartesian coordinate grid according to the specified center coordinate, size and grid resolution. * make_grid_ellipse(): Also generate an (rotated) ellipse and place into the coordinate grid. |