-
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.
Merge branch 'dev-em-signals' into dev
* dev-em-signals: Cleanup Add notebook for getting distribution of DRW parameters Add simple version of LSST-GWB pipeline Add docstring Add some more additional references Add additional reference papers Cleanup Update SDSS bands using SVO, add LSST bands. Move notebooks to dev/ subdir Move DRW relations to class for MacLeod2010 Add some regression tests for Bands_SDSS Add some EMSignals notebooks More updates TEMP Fill out some basic functionality for EMS submodule including a photometric bands system Add eddington functions to utils Create EM signals submodule
- Loading branch information
Showing
24 changed files
with
2,006 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
"""Holodeck - Electromagnetic Signals (EMS) | ||
""" | ||
|
||
from . import basics # noqa | ||
from . import drw # noqa | ||
from . runnoe2012 import Runnoe2012 # noqa | ||
|
||
|
||
bands_sdss = basics.Bands_SDSS() | ||
bands_lsst = basics.Bands_LSST() | ||
MacLeod2010 = drw.MacLeod2010 | ||
runnoe2012 = Runnoe2012() | ||
|
Oops, something went wrong.