-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
73 additions
and
1,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
# `holodeck` Notebooks | ||
|
||
The notebooks included with holodeck are used for demonstration and also testing. `nbconvert` is used to convert notebooks into python modules which are then run during the continuous integration testing suite. Note that there is a separate `dev-notebooks/` directory in the package root, that contains notebooks intended for development instead of either unit-testing or demonstrations. | ||
The notebooks included with holodeck are used for demonstration and also testing. `nbconvert` is used to convert notebooks into python modules which are then run during the continuous integration testing suite. Note that there is a separate `notebooks/devs/` directory that contains notebooks intended for development instead of either unit-testing or demonstrations. | ||
|
||
## Contents | ||
|
||
* `init.ipy` | ||
* Effectively a header file loaded into each notebook containing standard imports. | ||
* `continuous_observational.ipynb` | ||
* Observationally-based populations described with smooth density distributions, similar to SAMs. | ||
* `discrete_hardening_models.ipynb` | ||
* Binary evolution models applies to discrete binary populations (Illustris based populations). | ||
* `discrete_illustris.ipynb` | ||
* Discrete binary populations from the cosmological hydrodynamic simulations Illustris. | ||
* `host-relations.ipynb` | ||
* MBH-Host scaling relationships, mostly corresponding to objects in `holodeck/relations.py`. | ||
* `relations.ipynb` | ||
* General scaling relationships and phenomenological fits (mostly from `holodeck/relations.py`) | ||
* `sam_discretization.ipynb` | ||
* Conversion of smooth, semi-analytic models into discretized populations of binaries. | ||
* `semi-analytic-models.ipynb` | ||
* General notebook for semi-analytic models. | ||
* `utils.ipynb` | ||
* Utility methods, often logistical or numerical. | ||
* `single-cws_demo.ipynb` | ||
* Quick demonstration of single-source (SS) / continuous-waves (CW) calculations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ discrete_hardening_models | |
host-relations | ||
relations | ||
semi-analytic-models | ||
utils | ||
single-cws_demo |
Oops, something went wrong.