golden_angle_spiral#
- m4opt.skygrid.golden_angle_spiral(area)[source] [edit on github]#
Generate a tile grid from a spiral employing the golden angle.
This is a spiral-based spherical packing scheme that was used by GRANDMA during LIGO/Virgo O3 [1].
- Parameters:
area (Annotated[Quantity, PhysicalType('solid angle')]) – The average area per tile in any Astropy solid angle units: for example,
10 * astropy.units.deg**2or0.1 * astropy.units.steradian.- Returns:
The coordinates of the tiles.
References