added mask_radius_deg field to nearby source dict

This commit is contained in:
2025-05-27 10:40:36 +03:00
parent 42c63547b1
commit e01941f06b
2 changed files with 65 additions and 26 deletions

View File

@@ -156,7 +156,7 @@ class Command(BaseCommand):
self.stdout.write("All catalog rows already exist in the database.")
# hard coded nside and flux-radius mapping
# maybe change that
# maybe change
nside = 4096
npix = hp.nside2npix(nside)