cta-observatory / pyirf

Python IRF builder
https://pyirf.readthedocs.io/en/stable/
MIT License
15 stars 25 forks source link

Join `cuts` and `optimize_cuts` into a common submodule #215

Open maxnoe opened 1 year ago

maxnoe commented 1 year ago

Reported by @Tobychev via slack, having to namespaces related to cuts is a bit confusing.

We should probably create a submodule cuts, with implementation files like this:

pyirf/
    cuts/
        core.py
        optimization.py