You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
area = (xbins[1]-xbins[0]) * np.pi/180. * (np.sin(ybins[1] * np.pi/180.)-np.sin(ybins[0] * np.pi/180.)) # area of rectangular section in steradians
area = area * np.power(180./np.pi,2)*60.*60. # steradians to square arc minutes
The text was updated successfully, but these errors were encountered:
I think the area should be calculated like this:
area = (xbins[1]-xbins[0]) * np.pi/180. * (np.sin(ybins[1] * np.pi/180.)-np.sin(ybins[0] * np.pi/180.)) # area of rectangular section in steradians
area = area * np.power(180./np.pi,2)*60.*60. # steradians to square arc minutes
The text was updated successfully, but these errors were encountered: