cc88de2c69
implemented response timing via time_view decorator
tyrin2025-10-02 13:32:09 +03:00
86961ff758
fixed the index association in the map dictionary
tyrin2025-10-02 12:09:30 +03:00
6c6878e399
added the source_index list to the map dictionary to preserve association between the sources and healpix pixels
tyrin2025-10-01 12:53:55 +03:00
ce29819806
fixed the missing exposure annotation in UpperLimitView
tyrin2025-09-26 19:00:59 +03:00
fd66d31658
converted the test script to .py format
tyrin2025-09-25 18:22:33 +03:00
5edb153e38
implemented a naive approach to stacking analysis via StackedUpperLimitView
tyrin2025-09-25 18:18:00 +03:00
a2c528644c
Added normalized background rate output in units ct/s/keV/arcmin2
tyrin2025-07-16 16:57:36 +03:00
3f4ca4075f
increased the size of background region
tyrin2025-06-05 13:53:20 +03:00
c62826c8b8
reverted excluding contaminated pixels from the source region
tyrin2025-06-05 13:18:03 +03:00
f680039e9a
changed the contamination handling logic to also exclude contaminated pixels from the source region
tyrin2025-06-05 13:07:33 +03:00
d346bbadbc
added Virgo and Coma clusters to the mask with the radius 2.5 degrees; sorting nearby sources by angular separation
tyrin2025-05-28 10:47:30 +03:00
cf3213a0f9
Added image healpix map into the json response of UpperLimitView; altered the Survey field into a PositiveSmallIntegerField
tyrin2025-05-19 13:48:27 +03:00
bfaf103729
Removed Survey model, it is now a field in the Pixel model; all code rewritten for the change; added set_contaminated management command to set the source contamination flag; added CatalogSource model for the art-xc source catalog storage, the table is filled by the set_contaminated management script; the upper limit view now outputs extra fields, including a list of sources and their properties within 120 arcseconds
tyrin2025-05-18 15:26:20 +03:00