sinusoidal#

m4opt.skygrid.sinusoidal(area)[source] [edit on github]#

Generate a uniform grid on a sinusoidal projection.

This is similar to what was used for GRANDMA follow-up in LIGO/Virgo Observing Run 3 (O3), but is more efficient at tiling the poles [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**2 or 0.1 * astropy.units.steradian.

Returns:

The coordinates of the tiles.

References