Skip to content

Commit

Permalink
renamed snowglobes/ to snow_data, and SnowGlobesData to SnowData
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjohnston committed Feb 7, 2022
1 parent b2e94b4 commit 785ccdb
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Contains two packages:
## 1. flash2snowglobes
Modules to convert FLASH data to neutrino fluxes and run snowglobes.

Credit: Adapted from scripts written by MacKenzie Warren.
Credit: Adapted from scripts written by [MacKenzie Warren](https://github.com/mackenzie-warren).

The main loop is `flash2snowglobes.py`, which takes FLASH input, converts it to the neutrino fluences for snowglobes, runs snowglobes on each time bin, then extracts the output. Currently defaults to 5ms time bins. The extracted output is in the form of average detected energies and neutrino counts.


## 2. snowglobes
## 2. snow_data

Subpackage for handling and plotting snowglobes output, as used in the electron-capture rate project.

The main class is `snowglobes.SnowGlobesData`.
The main class is `snow_data.SnowData`.
2 changes: 1 addition & 1 deletion snowglobes/__init__.py → snow_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import snowglobes
from . import snow_data
from . import snow_tools
from . import config
from . import snow_plot
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion snowglobes/snowglobes.py → snow_data/snow_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .slider import SnowSlider


class SnowGlobesData:
class SnowData:
def __init__(self,
model_sets=('LMP', 'LMP+N50', 'SNA'),
tabs=(1, 2, 3),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 785ccdb

Please sign in to comment.