VERITAS-Observatory / gammapy-tools

Repository with tools for gammapy analysis
GNU General Public License v3.0
2 stars 0 forks source link

Exclusion Region Finder #24

Closed steob92 closed 3 months ago

steob92 commented 4 months ago

Finding exclusions regions is done differently in different parts of the code increasing the IO calls and introducing different points of failure/bugs.

It would be good to have a single class that could handle all of this. Since its called in multiple parts it could also cache the FoV's exclusions.

While we're at it we could look to grab what we need from gammapy and star catalogs and have them saved locally as a compressed table.

steob92 commented 3 months ago

Merged into release candidate #26