diff --git a/views.py b/views.py index 54a1ac3..ecb744a 100644 --- a/views.py +++ b/views.py @@ -173,8 +173,8 @@ class UpperLimitView(APIView): aperture_radius = 71 # radius of the aperture in arc seconds # HPD ~48 arcseconds # 90% ~100 arcseconds - annulus_inner = 142 # 2 * aperture_radius - annulus_outer = 284 # 4 * aperture_radius + annulus_inner = 213 # 3 * aperture_radius + annulus_outer = 355 # 5 * aperture_radius # CREATE SKYCOORD, CONVERT TO GALACTIC BECAUSE THE HEALPIX # MAP ITSELF WAS MADE IN GALACTIC COORDINATES