icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 47 forks source link

Sqlite dataloader #693

Closed RasmusOrsoe closed 2 years ago

RasmusOrsoe commented 2 years ago

Hi!

This pull request contains a sqlite data loader that is compatible with the sqlite reconstruction pipeline from GraphNeT.

The loader is tested using the 3year oscillation example and does indeed work.

Rasmus

philippeller commented 2 years ago

There is an auto generated file pisa/utils/llh_defs/poisson_gamma_mixtures.c added, please remove it from the PR. Also, if you could fix a few formatting issues (e.g. use black). would be appreciated.

After these changes we can merge

RasmusOrsoe commented 2 years ago

I've made the changes you have suggested @philippeller and tested that it works. Let me know what you think.