SNEWS2 / BEMEWS

A python module for calculating the Earth-matter Effect. Works standalone or with SNEWPY
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Document BEMEWS+SNEWPY interactions #12

Open sybenzvi opened 1 month ago

sybenzvi commented 1 month ago

Add some documentation to the README that describes how BEMEWS and SNEWPY are meant to work together. Caution: we may need to clarify if this only plays well with @jpkneller's SNEWPY 2.0 branch.

jpkneller commented 1 month ago

The first paragraph of the README was changed to:

A python module for calculating the Earth-matter Effect. BEMEWS is a standalone module which SNEWPY uses to compute the Earth-Matter Effect for supernova neutrinos. The BEMEWS_example.py script shows how to use the module in the standalone mode. The EarthMatter flavor transformation class in SNEWPY is essentially the same script but with the output turned off.