Say I have 2 astronomical angle pairs defining a confined region on the visible hemisphere:
(minAzimuth, minElevation) & (maxAzimuth, maxElevation)
How can we calculate the solid angle of the projected area of the spherical rectangle on the unit sphere?
I assume that azimuth makes little difference and results in a linear multiple: (maxAzimuth - minAzimuth)/(2*Pi).
My intuition tells me that the elevation factor can be computed as: Sin(maxElevation) - Sin(minElevation)
Thus the answer as a proportion of 1 would be: (Sin(maxElevation) - Sin(minElevation)) * (maxAzimuth - minAzimuth)/(2*Pi).
and for the answer in steradians multiply by 2*Pi.
Is this correct?
Many thanks for your efforts.
