ecm0 / pyburst

GNU Lesser General Public License v3.0
0 stars 1 forks source link

Add methods to Skymap class that returns a list of grid points #7

Closed ecm0 closed 4 years ago

ecm0 commented 4 years ago

Add a method that convert a skymap grid into a list of grid points

ecm0 commented 4 years ago

This is done with Skymap.grid_points() https://github.com/ecm0/pyburst/blob/4ab2fea3e27312ca691dc7a8b8765840868e1b13/pyburst/skymaps.py#L220