From 3f4ca4075ff12fc94e0b2c23f56df8fa2ebd3efd Mon Sep 17 00:00:00 2001 From: tyrin Date: Thu, 5 Jun 2025 13:53:20 +0300 Subject: [PATCH] increased the size of background region --- views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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