icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Allow instance of Livetime for livetime property #167

Open martwo opened 1 year ago

martwo commented 1 year ago

The livetime property of the DatasetData class should allow to be an instance of core.livetime.Livetime. So derived Dataset classes can construct a Livetime instance if e.g. good-run-list information is available. https://github.com/icecube/skyllh/blob/074c50891a7b9ecedcb5fef65af6a5b7126cb1b5/skyllh/core/dataset.py#L2822-L2828