Choose timezone
Your profile timezone:
Zoom meeting: https://fau.zoom.us/j/67163247506
From email exchange:
https://git.km3net.de/vcarretero/prepare-opendata-orca6-433kty/-/tree/main?ref_type=heads To read the dataset we wanted to provide a tool using our open source softwares to create the same histograms that we use for our analysis. Initially this was thought to live inside `KM3io.jl` but the MR became very big in terms of dependencies added https://git.km3net.de/common/KM3io.jl/-/merge_requests/47 . Tamas proposed to keep the IO features inside `KM3io.jl` and move the fancy histogram operations to a separate package which we would like to make public directly, this was the birth of `KM3OpenOsc.jl` https://git.km3net.de/common/KM3OpenOsc.jl . Right now the status is that the MR at `KM3io.jl` is ready to be merged, from the `KM3OpenOsc.jl` side, the `NuFlux.jl` https://github.com/KM3NeT/NuFlux.jl package (initially developed by Johannes some years ago) is needed but this package currently lives outside the KM3NeT Julia registry.
Therefore I updated a little bit NuFlux to the needs of this project and included some minimal documentation, with these changes I released the first versions of this package in order to include it in the KM3NeT Julia registry. All of this work because the CI for every Julia project in KM3NeT does some testing and the tests wouldn't pass as there was no place to look for NuFlux.
I did a MR to include NuFlux into the registry which is currently evaluated by Tamas at the moment https://git.km3net.de/common/julia-registry/-/merge_requests/136 . Once this MR is approved, the CI for `KM3OpenOsc.jl` will pass, in the meantime you can check the status of the project and run the minimal example I included in the README. The only thing to keep in mind is that of course this package is not included in the registry at the moment as well, then the example as to be run as if you were developing the package (also the version of `KM3io.jl` compatible is on a separate branch of the main project which also has to be cloned to run the example).