icecube / skyllh

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

Add `add_aux_data` method to DatasetCollection class #186

Closed martwo closed 9 months ago

martwo commented 9 months ago

By adding the add_aux_data method to the DatasetCollection class, auxiliary data can be added to all the datasets of the collection. This will simplify some of the dataset definitions.

https://github.com/icecube/skyllh/blob/130652f3724217c1ff9fa3080ba522ddbfb89608/skyllh/core/dataset.py#L2316