golden_spiral_grid

astropy.coordinates.golden_spiral_grid(size)[source]

Generate a grid of points on the surface of the unit sphere using the Fibonacci or Golden Spiral method.

Parameters:
sizepython:int

The number of points to generate.

Returns:
repUnitSphericalRepresentation

The grid of points.