added Virgo and Coma clusters to the mask with the radius 2.5 degrees; sorting nearby sources by angular separation

This commit is contained in:
2025-05-28 10:47:30 +03:00
parent 709918571f
commit d346bbadbc
2 changed files with 11 additions and 1 deletions

View File

@@ -414,7 +414,7 @@ class UpperLimitView(APIView):
"separation_as": separation.arcsecond,
}
)
nearby_sources.sort(key=lambda src: src["separation_as"])
# REGION IMAGE SERVING
# ****************************************************************