SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Implementing `snewpy.snowglobes` functions using `flux.container` class #251

Closed Sheshuk closed 1 year ago

Sheshuk commented 1 year ago

Implementing the previous interface: snowglobes.generate_fluence, snowglobes.generate_time_series, snowglobes.simulate using the FluxContainer.

This PR goes after #236